Lines Matching full:desc
6 Desc<"If true, inject local variables explicitly into the expression text. This will fix symbol resolution when there are name collisions between ivars and local variables. But it can make expressions run much more slowly.">;
9 Desc<"If true, use the alternative DIL implementation for frame variable evaluation.">;
16 Desc<"Default architecture to choose, when there's a choice.">;
19 Desc<"Move breakpoints to nearest code.">;
22 Desc<"The language to use when interpreting expressions entered in commands.">;
25 Desc<"Path to a file containing expressions to be prepended to all expressions.">;
28 Desc<"The maximum amount of errors to emit while parsing an expression. "
32 Desc<"Start address within the process address space of memory allocation for expression evaluation.">;
35 Desc<"Amount of memory in bytes to allocate for expression evaluation.">;
38 Desc<"Alignment for each memory allocation for expression evaluation.">;
42 Desc<"Should printed values be shown as their dynamic value.">;
45 Desc<"Should synthetic values be used by default whenever available.">;
48 Desc<"Skip function prologues when setting breakpoints by name.">;
51 Desc<"Source path remappings apply substitutions to the paths of source files, typically needed to debug from a different host than the one that built the target. The source-map property consists of an array of pairs, the first element is a path prefix, and the second is its replacement. The syntax is `prefix1 replacement1 prefix2 replacement2...`. The pairs are checked in order, the first prefix that matches is used, and that prefix is substituted with the replacement. A common pattern is to use source-map in conjunction with the clang -fdebug-prefix-map flag. In the build, use `-fdebug-prefix-map=/path/to/build_dir=.` to rewrite the host specific build directory to `.`. Then for debugging, use `settings set target.source-map . /path/to/local_dir` to convert `.` to a valid local path.">;
54 Desc<"Object path remappings apply substitutions to the paths of object files, typically needed to debug from a different host than the one that built the target. The object-map property consists of an array of pairs, the first element is a path prefix, and the second is its replacement. The syntax is `prefix1 replacement1 prefix2 replacement2...`. The pairs are checked in order, the first prefix that matches is used, and that prefix is substituted with the replacement.">;
57 Desc<"Automatically deduce source path mappings based on source file breakpoint resolution. It only deduces source mapping if source file breakpoint request is using full path and if the debug info contains relative paths.">;
60 Desc<"Executable search paths to use when locating executable files whose paths don't match the local file system.">;
63 Desc<"List of directories to be searched when locating debug symbol files. See also symbols.enable-external-lookup.">;
66 Desc<"List of directories to be searched when locating modules for Clang.">;
69 Desc<"Automatically load Clang modules referred to by the program.">;
73 Desc<"Import the 'std' C++ module to improve expression parsing involving "
78 Desc<"Configure how LLDB parses dynamic Objective-C class metadata. By default LLDB will choose the most appropriate method for the target OS.">;
81 Desc<"Automatically apply fix-it hints to expressions.">;
84 Desc<"Maximum number of attempts to fix an expression with Fix-Its">;
87 Desc<"Print the fixed expression text.">;
90 Desc<"If specified, the directory to save intermediate object files generated by the LLVM JIT">;
94 Desc<"Whether to display leading zeroes when printing variable values in hex format.">;
97 Desc<"The maximum number of zeroes to insert when displaying a very small float before falling back to scientific notation.">;
100 Desc<"Maximum number of children to expand in any level of depth.">;
103 Desc<"Maximum depth to expand children.">;
106 Desc<"Maximum number of characters to show when using %s in summary strings.">;
109 Desc<"Maximum number of bytes that 'memory read' will fetch before --force must be specified.">;
112 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
115 Desc<"The first argument passed to the program in the argument array which can be different from the executable itself.">;
118 Desc<"A list containing all the arguments to be passed to the executable when it is run. Note that this does NOT include the argv[0] which is in target.arg0.">;
121 Desc<"A list of user provided environment variables to be passed to the executable's environment, and their values.">;
124 Desc<"A list of environment variable names to be unset in the inferior's environment. This is most useful to unset some host environment variables when target.inherit-env is true. target.env-vars takes precedence over target.unset-env-vars.">;
127 Desc<"Inherit the environment from the process that is running LLDB.">;
130 Desc<"The file/path to be used by the executable program for reading its standard input.">;
133 Desc<"The file/path to be used by the executable program for writing its standard output.">;
136 Desc<"The file/path to be used by the executable program for writing its standard error.">;
139 Desc<"debugserver will detach (rather than killing) a process if it loses connection with lldb.">;
142 Desc<"Enable loading of symbol tables before they are needed.">;
145 Desc<"Disable Address Space Layout Randomization (ASLR)">;
148 Desc<"Disable stdin/stdout for process (e.g. for a GUI application)">;
151 Desc<"Inherit the TCC permissions from the inferior's parent instead of making the process itself responsible.">;
155 Desc<"The strategy to use when settings breakpoints by file and line. Breakpoint locations can end up being inlined by the compiler, so that a compile unit 'a.c' might contain an inlined function from another source file. Usually this is limited to breakpoint locations from inlined functions from header or other include files, or more accurately non-implementation source files. Sometimes code might #include implementation files and cause inlined breakpoint locations in inlined implementation files. Always checking for inlined breakpoint locations can be expensive (memory and time), so if you have a project with many headers and find that setting breakpoints is slow, then you can change this setting to headers. This setting allows you to control exactly which strategy is used when setting file and line breakpoints.">;
158 Desc<"Realpath any source paths that start with one of these prefixes. If the debug info contains symlinks which match the original source file's basename but don't match its location that the user will use to set breakpoints, then this setting can help resolve breakpoints correctly. This handles both symlinked files and directories. Wild card prefixes: An empty string matches all paths. A forward slash matches absolute paths.">;
162 Desc<"The default disassembly flavor to use for x86 or x86-64 targets.">;
165 Desc<"Override the CPU for disassembling. Takes the same values as the -mcpu clang flag.">;
168 Desc<"Specify additional CPU features for disassembling.">;
171 Desc<"Show immediates in disassembly as hexadecimal.">;
175 Desc<"Which style to use for printing hexadecimal disassembly values.">;
178 Desc<"Use a fast stepping algorithm based on running from branch to branch rather than instruction single-stepping.">;
182 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">;
186 Desc<"Allow LLDB to .lldbinit files from the current directory automatically.">;
190 Desc<"Loading modules from memory can be slow as reading the symbol tables and other data can take a long time depending on your connection to the debug target. This setting helps users control how much information gets loaded when loading modules from memory.'complete' is the default value for this setting which will load all sections and symbols by reading them from memory (slowest, most accurate). 'partial' will load sections and attempt to find function bounds without downloading the symbol table (faster, still accurate, missing symbol names). 'minimal' is the fastest setting and will load section data with no symbols, but should rarely be used as stack frames in these memory regions will be inaccurate and not provide any context (fastest). ">;
193 Desc<"Expressions that crash will show up in crash logs if the host system supports executable specific crash log strings and this setting is set to true.">;
197 Desc<"A list of trap handler function names, e.g. a common Unix user process one is _sigtramp.">;
200 Desc<"If true, LLDB will show variables that are meant to support the operation of a language's runtime support.">;
203 Desc<"Show recognized arguments in variable listings by default.">;
206 Desc<"Require all breakpoints to be hardware breakpoints.">;
209 Desc<"Always install the main executable when connected to a remote platform.">;
212 Desc<"Enable debugging of LLDB-internal utility expressions.">;
215 Desc<"A default value for the working directory to use when launching processes. "
226 Desc<"Set to False if your Python OS Plugin doesn't report all threads on each stop.">;
232 Desc<"Disable reading and caching of memory in fixed-size units.">;
235 Desc<"A list containing extra commands understood by the particular process plugin used. For instance, to turn on debugserver logging set this to 'QSetLogging:bitmask=LOG_DEFAULT;'">;
239 Desc<"If true, breakpoints will be ignored during expression evaluation.">;
243 Desc<"If true, errors in expression evaluation will unwind the stack back to the state before the call.">;
246 Desc<"A path to a python OS plug-in module file that contains a OperatingSystemPlugIn class.">;
250 Desc<"If true, stop when a shared library is loaded or unloaded.">;
254 Desc<"If true, language runtime augmented/overridden backtraces will not be used when printing a stack trace.">;
258 Desc<"If true, detach will attempt to keep the process stopped.">;
261 Desc<"The memory cache line size">;
264 Desc<"If true, warn when stopped in code that is optimized where stepping and variable availability may not behave as expected.">;
267 Desc<"If true, warn when stopped in code that is written in a source language that LLDB does not support.">;
271 Desc<"If true, stop when the inferior exec's.">;
278 Desc<"The time in seconds to wait for LLDB-internal utility expressions.">;
285 Desc<"The time in seconds to wait for an interrupt succeed in stopping the target.">;
288 Desc<"If true, stepping operations will run all threads. This is equivalent to setting the run-mode option to 'all-threads'.">;
291 Desc<"The number of bits used for addressing. If the value is 39, then bits 0..38 are used for addressing. The default value of 0 means unspecified.">;
294 Desc<"The number of bits used for addressing high memory, when it differs from low memory in the same Process. When this is non-zero, target.process.virtual-addressable-bits will be the value for low memory (0x000... addresses) and this setting will be the value for high memory (0xfff... addresses). When this is zero, target.process.virtual-addressable-bits applies to all addresses. It is very uncommon to use this setting.">;
298 Desc<"Debugger's behavior upon fork or vfork.">;
305 Desc<"Use module cache.">;
309 Desc<"Root directory for cached modules.">;
316 Desc<"If true, step-in will not stop in functions with no debug information.">;
320 Desc<"If true, when step-in/step-out/step-over leave the current frame, they will continue to step out till they come to a function with debug information. Passing a frame argument to step-out will override this option.">;
324 Desc<"A regular expression defining functions step-in won't stop in.">;
328 Desc<"A list of libraries that source stepping won't stop in.">;
331 Desc<"If true, this thread will single-step and log execution.">;
334 Desc<"Maximum number of frames to backtrace.">;
338 Desc<"The time in milliseconds to wait for single thread ThreadPlan to move forward before resuming all threads to resolve any potential deadlock. Specify value 0 to disable timeout.">;
344 Desc<"If true, allow Language plugins to filter locations when setting breakpoints by line number or regex.">;