This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][GUI] Add Process Plugin Field
ClosedPublic

Authored by OmarEmaraDev on Jul 21 2021, 11:01 AM.

Details

Summary

This patch adds a new Process Plugin Field. It is a choices field that
lists all the available process plugins and can retrieve the name of the
selected plugin or an empty string if the default is selected.

The Attach form now uses that field instead of manually creating a
choices field.

Diff Detail

Event Timeline

OmarEmaraDev created this revision.Jul 21 2021, 11:01 AM
OmarEmaraDev requested review of this revision.Jul 21 2021, 11:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2021, 11:02 AM
clayborg accepted this revision.Jul 21 2021, 12:07 PM
This revision is now accepted and ready to land.Jul 21 2021, 12:07 PM
This revision was landed with ongoing or failed builds.Jul 21 2021, 2:38 PM
This revision was automatically updated to reflect the committed changes.