We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7a695 commit 314cb2dCopy full SHA for 314cb2d
lldb/source/Commands/Options.td
@@ -683,11 +683,6 @@ let Command = "platform shell" in {
683
Desc<"Shell interpreter path. This is the binary used to run the command.">;
684
}
685
686
-let Command = "plugin list" in {
687
- def plugin_info_exact : Option<"exact", "x">,
688
- Desc<"Do not add implicit * glob around plugin name">;
689
-}
690
-
691
let Command = "process launch" in {
692
def process_launch_stop_at_entry : Option<"stop-at-entry", "s">,
693
Desc<"Stop at the entry point of the program when launching a process.">;
0 commit comments