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">,
53 HelpText<"Tells the debugger to use the specified scripting language for user-defined scripts.">,
57 HelpText<"Alias for --script-language">,
61 def grp_repl : OptionGroup<"repl">, HelpText<"REPL">;
64 HelpText<"Runs lldb in REPL mode with a stub process.">,
68 HelpText<"Alias for --repl">,
72 HelpText<"Runs lldb in REPL mode with a stub process with the given flags.">,
77 HelpText<"Alias for --repl=<flags>">,
82 HelpText<"Chooses the language for the REPL.">,
86 HelpText<"Alias for --repl-language">,
91 def grp_command : OptionGroup<"command">, HelpText<"COMMANDS">;
94 HelpText<"Do not automatically parse any '.lldbinit' files.">,
98 HelpText<"Alias for --no-lldbinit">,
101HelpText<"Allow the debugger to parse the .lldbinit files in the current working directory, unless…
105 HelpText<"Tells the debugger to run the commands from -s, -S, -o & -O, and then quit.">,
109 HelpText<"Alias for --batch">,
113HelpText<"Tells the debugger to execute this one-line lldb command before any file has been loaded…
117 HelpText<"Alias for --source-quietly">,
122HelpText<"When in batch mode, tells the debugger to run this one-line lldb command if the target c…
126 HelpText<"Alias for --one-line-on-crash">,
131HelpText<"When in batch mode, tells the debugger to source this file of lldb commands if the targe…
135 HelpText<"Alias for --source-on-crash">,
140HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, after any…
144 HelpText<"Alias for --source">,
149HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, before an…
153 HelpText<"Alias for --source-before-file">,
158HelpText<"Tells the debugger to execute this one-line lldb command after any file provided on the …
162 HelpText<"Alias for --one-line">,
167HelpText<"Tells the debugger to execute this one-line lldb command before any file provided on the…
171 HelpText<"Alias for --one-line-before-file">,
177 HelpText<"Prints out the current version number of the LLDB debugger.">;
180 HelpText<"Alias for --version">;
183 HelpText<"Prints out the usage information for the LLDB debugger.">;
186 HelpText<"Alias for --help">;
190 HelpText<"Tells the debugger to use the full path to <filename> as the core file.">;
193 HelpText<"Alias for --core">;
196HelpText<"Tells the debugger to open source files using the host's \"external editor\" mechanism."…
199 HelpText<"Alias for --editor">;
202 HelpText<"Do not use colors.">;
205 HelpText<"Alias for --no-use-color">;
209 HelpText<"Tells the debugger to use the file <filename> as the program to be debugged.">;
212 HelpText<"Alias for --file">;
216HelpText<"Tells the debugger to use the specified architecture when starting and running the progr…
219 HelpText<"Alias for --arch">;
222 HelpText<"Tells the debugger to print out extra information for debugging itself.">;
225 HelpText<"Alias for --debug">;
228 HelpText<"Tells the debugger to capture a reproducer.">;
231 HelpText<"Tells the debugger to use the given filename for the reproducer.">;
234 HelpText<"Tells the debugger to replay a reproducer from <filename>.">;
238 HelpText<"Disable the reproducer version check.">;
240 HelpText<"Disable the reproducer verification.">;
242 HelpText<"Don't generate reproducer when a signal is received.">;
244 HelpText<"Generate reproducer on exit.">;