[all-commits] [llvm/llvm-project] c93dc2: [LLDB][GUI] Add Process Plugin Field
Omar Emara via All-commits
all-commits at lists.llvm.org
Wed Jul 21 14:38:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c93dc2597a587bc4caedc20f3829501f88cca288
https://github.com/llvm/llvm-project/commit/c93dc2597a587bc4caedc20f3829501f88cca288
Author: Omar Emara <mail at OmarEmara.dev>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[LLDB][GUI] Add Process Plugin Field
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.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D106467
More information about the All-commits
mailing list