Lines Matching refs:Desc

6Desc<"If true, inject local variables explicitly into the expression text. This will fix symbol re…
13 Desc<"Default architecture to choose, when there's a choice.">;
16 Desc<"Move breakpoints to nearest code.">;
19 Desc<"The language to use when interpreting expressions entered in commands.">;
22 Desc<"Path to a file containing expressions to be prepended to all expressions.">;
25 Desc<"The maximum amount of errors to emit while parsing an expression. "
30 Desc<"Should printed values be shown as their dynamic value.">;
33 Desc<"Should synthetic values be used by default whenever available.">;
36 Desc<"Skip function prologues when setting breakpoints by name.">;
39Desc<"Source path remappings apply substitutions to the paths of source files, typically needed to…
42Desc<"Executable search paths to use when locating executable files whose paths don't match the lo…
45Desc<"List of directories to be searched when locating debug symbol files. See also symbols.enable…
48 Desc<"List of directories to be searched when locating modules for Clang.">;
51 Desc<"Automatically load Clang modules referred to by the program.">;
55 Desc<"Import the 'std' C++ module to improve expression parsing involving "
60Desc<"Configure how LLDB parses dynamic Objective-C class metadata. By default LLDB will choose th…
63 Desc<"Automatically apply fix-it hints to expressions.">;
66 Desc<"Maximum number of attempts to fix an expression with Fix-Its">;
69 Desc<"Print the fixed expression text.">;
72 Desc<"If specified, the directory to save intermediate object files generated by the LLVM JIT">;
75Desc<"The maximum number of zeroes to insert when displaying a very small float before falling bac…
78 Desc<"Maximum number of children to expand in any level of depth.">;
81 Desc<"Maximum depth to expand children.">;
84 Desc<"Maximum number of characters to show when using %s in summary strings.">;
87 Desc<"Maximum number of bytes that 'memory read' will fetch before --force must be specified.">;
90 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
93Desc<"The first argument passed to the program in the argument array which can be different from t…
96Desc<"A list containing all the arguments to be passed to the executable when it is run. Note that…
99Desc<"A list of user provided environment variables to be passed to the executable's environment, …
102Desc<"A list of environment variable names to be unset in the inferior's environment. This is most…
105 Desc<"Inherit the environment from the process that is running LLDB.">;
108 Desc<"The file/path to be used by the executable program for reading its standard input.">;
111 Desc<"The file/path to be used by the executable program for writing its standard output.">;
114 Desc<"The file/path to be used by the executable program for writing its standard error.">;
117Desc<"debugserver will detach (rather than killing) a process if it loses connection with lldb.">;
120 Desc<"Enable loading of symbol tables before they are needed.">;
123 Desc<"Disable Address Space Layout Randomization (ASLR)">;
126 Desc<"Disable stdin/stdout for process (e.g. for a GUI application)">;
129Desc<"Inherit the TCC permissions from the inferior's parent instead of making the process itself …
133Desc<"The strategy to use when settings breakpoints by file and line. Breakpoint locations can end…
137 Desc<"The default disassembly flavor to use for x86 or x86-64 targets.">;
140 Desc<"Show immediates in disassembly as hexadecimal.">;
144 Desc<"Which style to use for printing hexadecimal disassembly values.">;
147Desc<"Use a fast stepping algorithm based on running from branch to branch rather than instruction…
151 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">;
155 Desc<"Allow LLDB to .lldbinit files from the current directory automatically.">;
159Desc<"Loading modules from memory can be slow as reading the symbol tables and other data can take…
162Desc<"Expressions that crash will show up in crash logs if the host system supports executable spe…
166Desc<"A list of trap handler function names, e.g. a common Unix user process one is _sigtramp.">;
169Desc<"If true, LLDB will show variables that are meant to support the operation of a language's ru…
172 Desc<"Show recognized arguments in variable listings by default.">;
175 Desc<"Require all breakpoints to be hardware breakpoints.">;
178 Desc<"Always install the main executable when connected to a remote platform.">;
181 Desc<"Enable debugging of LLDB-internal utility expressions.">;
188 Desc<"Set to False if your OS Plugins doesn't report all threads on each stop.">;
194 Desc<"Disable reading and caching of memory in fixed-size units.">;
197Desc<"A list containing extra commands understood by the particular process plugin used. For inst…
201 Desc<"If true, breakpoints will be ignored during expression evaluation.">;
205Desc<"If true, errors in expression evaluation will unwind the stack back to the state before the …
208 Desc<"A path to a python OS plug-in module file that contains a OperatingSystemPlugIn class.">;
212 Desc<"If true, stop when a shared library is loaded or unloaded.">;
216 Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">;
220 Desc<"If true, detach will attempt to keep the process stopped.">;
223 Desc<"The memory cache line size">;
226Desc<"If true, warn when stopped in code that is optimized where stepping and variable availabilit…
229Desc<"If true, warn when stopped in code that is written in a source language that LLDB does not s…
233 Desc<"If true, stop when the inferior exec's.">;
236 Desc<"The time in seconds to wait for LLDB-internal utility expressions.">;
239 Desc<"The time in seconds to wait for an interrupt succeed in stopping the target.">;
242Desc<"If true, stepping operations will run all threads. This is equivalent to setting the run-mo…
245Desc<"The number of bits used for addressing. If the value is 39, then bits 0..38 are used for add…
249 Desc<"Debugger's behavior upon fork or vfork.">;
256 Desc<"Use module cache.">;
260 Desc<"Root directory for cached modules.">;
267 Desc<"If true, step-in will not stop in functions with no debug information.">;
271Desc<"If true, when step-in/step-out/step-over leave the current frame, they will continue to step…
275 Desc<"A regular expression defining functions step-in won't stop in.">;
279 Desc<"A list of libraries that source stepping won't stop in.">;
282 Desc<"If true, this thread will single-step and log execution.">;
285 Desc<"Maximum number of frames to backtrace.">;