Lines Matching refs:HelpText

11 def grp_attach : OptionGroup<"attaching">, HelpText<"ATTACHING">;
15 HelpText<"Tells the debugger to attach to a process with the given name.">,
19 HelpText<"Alias for --attach-name">,
23HelpText<"Tells the debugger to wait for a process with the given pid or name to launch before att…
27 HelpText<"Alias for --wait-for">,
32 HelpText<"Tells the debugger to attach to a process with the given pid.">,
36 HelpText<"Alias for --attach-pid">,
41 def grp_scripting : OptionGroup<"scripting">, HelpText<"SCRIPTING">;
44 HelpText<"Prints out the path to the lldb.py file for this version of lldb.">,
48 HelpText<"Alias for --python-path">,
52HelpText<"Prints out a json dictionary with information about the scripting language interpreter."…
57 HelpText<"Tells the debugger to use the specified scripting language for user-defined scripts.">,
61 HelpText<"Alias for --script-language">,
65 def grp_repl : OptionGroup<"repl">, HelpText<"REPL">;
68 HelpText<"Runs lldb in REPL mode with a stub process.">,
72 HelpText<"Alias for --repl">,
76 HelpText<"Runs lldb in REPL mode with a stub process with the given flags.">,
81 HelpText<"Alias for --repl=<flags>">,
86 HelpText<"Chooses the language for the REPL.">,
90 HelpText<"Alias for --repl-language">,
95 def grp_command : OptionGroup<"command">, HelpText<"COMMANDS">;
98 HelpText<"Do not automatically parse any '.lldbinit' files.">,
102 HelpText<"Alias for --no-lldbinit">,
105HelpText<"Allow the debugger to parse the .lldbinit files in the current working directory, unless…
109 HelpText<"Tells the debugger to run the commands from -s, -S, -o & -O, and then quit.">,
113 HelpText<"Alias for --batch">,
117HelpText<"Tells the debugger not to echo commands while sourcing files or one-line commands provid…
121 HelpText<"Alias for --source-quietly">,
126HelpText<"When in batch mode, tells the debugger to run this one-line lldb command if the target c…
130 HelpText<"Alias for --one-line-on-crash">,
135HelpText<"When in batch mode, tells the debugger to source this file of lldb commands if the targe…
139 HelpText<"Alias for --source-on-crash">,
144HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, after any…
148 HelpText<"Alias for --source">,
153HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, before an…
157 HelpText<"Alias for --source-before-file">,
162HelpText<"Tells the debugger to execute this one-line lldb command after any file provided on the …
166 HelpText<"Alias for --one-line">,
171HelpText<"Tells the debugger to execute this one-line lldb command before any file provided on the…
175 HelpText<"Alias for --one-line-before-file">,
181 HelpText<"Prints out the current version number of the LLDB debugger.">;
184 HelpText<"Alias for --version">;
187 HelpText<"Prints out the usage information for the LLDB debugger.">;
190 HelpText<"Alias for --help">;
194 HelpText<"Tells the debugger to use the full path to <filename> as the core file.">;
197 HelpText<"Alias for --core">;
200HelpText<"Tells the debugger to open source files using the host's \"external editor\" mechanism."…
203 HelpText<"Alias for --editor">;
206 HelpText<"Do not use colors.">;
209 HelpText<"Alias for --no-use-color">;
213 HelpText<"Tells the debugger to use the file <filename> as the program to be debugged.">;
216 HelpText<"Alias for --file">;
220HelpText<"Tells the debugger to use the specified architecture when starting and running the progr…
223 HelpText<"Alias for --arch">;
226 HelpText<"Tells the debugger to print out extra information for debugging itself.">;
229 HelpText<"Alias for --debug">;