• Home
  • Raw
  • Download

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.">;
54 Desc<"Import the C++ std module to improve debugging STL containers.">;
57 Desc<"Automatically apply fix-it hints to expressions.">;
60 Desc<"Maximum number of attempts to fix an expression with Fix-Its">;
63 Desc<"Print the fixed expression text.">;
66 Desc<"Save intermediate object files generated by the LLVM JIT">;
69Desc<"The maximum number of zeroes to insert when displaying a very small float before falling bac…
72 Desc<"Maximum number of children to expand in any level of depth.">;
75 Desc<"Maximum number of characters to show when using %s in summary strings.">;
78 Desc<"Maximum number of bytes that 'memory read' will fetch before --force must be specified.">;
81 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
84Desc<"The first argument passed to the program in the argument array which can be different from t…
87Desc<"A list containing all the arguments to be passed to the executable when it is run. Note that…
90Desc<"A list of user provided environment variables to be passed to the executable's environment, …
93Desc<"A list of environment variable names to be unset in the inferior's environment. This is most…
96 Desc<"Inherit the environment from the process that is running LLDB.">;
99 Desc<"The file/path to be used by the executable program for reading its standard input.">;
102 Desc<"The file/path to be used by the executable program for writing its standard output.">;
105 Desc<"The file/path to be used by the executable program for writing its standard error.">;
108Desc<"debugserver will detach (rather than killing) a process if it loses connection with lldb.">;
111 Desc<"Enable loading of symbol tables before they are needed.">;
114 Desc<"Disable Address Space Layout Randomization (ASLR)">;
117 Desc<"Disable stdin/stdout for process (e.g. for a GUI application)">;
120Desc<"Inherit the TCC permissions from the inferior's parent instead of making the process itself …
124Desc<"The strategy to use when settings breakpoints by file and line. Breakpoint locations can end…
128 Desc<"The default disassembly flavor to use for x86 or x86-64 targets.">;
131 Desc<"Show immediates in disassembly as hexadecimal.">;
135 Desc<"Which style to use for printing hexadecimal disassembly values.">;
138Desc<"Use a fast stepping algorithm based on running from branch to branch rather than instruction…
142 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">;
146 Desc<"Allow LLDB to .lldbinit files from the current directory automatically.">;
150Desc<"Loading modules from memory can be slow as reading the symbol tables and other data can take…
153Desc<"Expressions that crash will show up in crash logs if the host system supports executable spe…
157Desc<"A list of trap handler function names, e.g. a common Unix user process one is _sigtramp.">;
160Desc<"If true, LLDB will show variables that are meant to support the operation of a language's ru…
163 Desc<"Show recognized arguments in variable listings by default.">;
166 Desc<"Disable lock-step debugging, instead control threads independently.">;
169 Desc<"Require all breakpoints to be hardware breakpoints.">;
172 Desc<"Always install the main executable when connected to a remote platform.">;
179 Desc<"Set to False if your OS Plugins doesn't report all threads on each stop.">;
185 Desc<"Disable reading and caching of memory in fixed-size units.">;
188Desc<"A list containing extra commands understood by the particular process plugin used. For inst…
192 Desc<"If true, breakpoints will be ignored during expression evaluation.">;
196Desc<"If true, errors in expression evaluation will unwind the stack back to the state before the …
199 Desc<"A path to a python OS plug-in module file that contains a OperatingSystemPlugIn class.">;
203 Desc<"If true, stop when a shared library is loaded or unloaded.">;
207 Desc<"If true, detach will attempt to keep the process stopped.">;
210 Desc<"The memory cache line size">;
213Desc<"If true, warn when stopped in code that is optimized where stepping and variable availabilit…
216Desc<"If true, warn when stopped in code that is written in a source language that LLDB does not s…
220 Desc<"If true, stop when a shared library is loaded or unloaded.">;
223 Desc<"The time in seconds to wait for LLDB-internal utility expressions.">;
226Desc<"If true, stepping operations will run all threads. This is equivalent to setting the run-mo…
233 Desc<"Use module cache.">;
237 Desc<"Root directory for cached modules.">;
244 Desc<"If true, step-in will not stop in functions with no debug information.">;
248Desc<"If true, when step-in/step-out/step-over leave the current frame, they will continue to step…
252 Desc<"A regular expression defining functions step-in won't stop in.">;
256 Desc<"A list of libraries that source stepping won't stop in.">;
259 Desc<"If true, this thread will single-step and log execution.">;
262 Desc<"Maximum number of frames to backtrace.">;