Lines Matching full:desc

7     Desc<"Control the use of external tools and repositories to locate symbol files. Directories listed in target.debug-file-search-paths and directory of the executable are always checked first for separate debug info files. Then depending on this setting: On macOS, Spotlight would be also used to locate a matching .dSYM bundle based on the UUID of the executable. On NetBSD, directory /usr/libdata/debug would be also searched. On platforms other than NetBSD directory /usr/lib/debug would be also searched. If all other methods fail there may be symbol-locator plugins that, if configured properly, will also attempt to acquire symbols. The debuginfod plugin defaults to the DEGUFINFOD_URLS environment variable which is configurable through the 'plugin.symbol-locator.debuginfod.server_urls' setting.">;
11 Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-download background'.">;
16 Desc<"On macOS, automatically download symbols with dsymForUUID (or an equivalent script/binary) for relevant images in the debug session.">;
20 Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">;
24 Desc<"Debug info path which should be resolved while parsing, relative to the host filesystem.">;
28 Desc<"Enable caching for debug sessions in LLDB. LLDB can cache data for each module for improved performance in subsequent debug sessions.">;
32 Desc<"The path to the LLDB index cache directory.">;
36 Desc<"The maximum size for the LLDB index cache directory in bytes. A value over the amount of available space on the disk will be reduced to the amount of available space. A value of 0 disables the absolute size-based pruning.">;
40 Desc<"The maximum size for the cache directory in terms of percentage of the available space on the disk. Set to 100 to indicate no limit, 50 to indicate that the cache size will not be left over half the available disk space. A value over 100 will be reduced to 100. A value of 0 disables the percentage size-based pruning.">;
44 Desc<"The expiration time in days for a file. When a file hasn't been accessed for the specified amount of days, it is removed from the cache. A value of 0 disables the expiration-based pruning.">;
48 Desc<"Enable on demand symbol loading in LLDB. LLDB will load debug info on demand for each module based on various conditions (e.g. matched breakpoint, resolved stack frame addresses and matched global variables/function symbols in symbol table) to improve performance. Please refer to docs/use/ondemand.rst for details.">;
55 Desc<"If true all confirmation prompts will receive their default reply.">;
59 Desc<"The default disassembly format string to use when disassembling instruction sequences.">;
63 Desc<"The default frame format string to use when displaying stack frame information for threads.">;
67 Desc<"Notify the user explicitly if an expression returns void (default: false).">;
72 Desc<"The debugger command line prompt displayed for the user.">;
76 Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immediately before the prompt.">;
80 Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the prompt.">;
85 Desc<"The script language to be used for evaluating user-written scripts.">;
89 Desc<"The language to use for the REPL.">;
93 Desc<"The number of disassembly lines to show when displaying a stopped context.">;
98 Desc<"Control when to display disassembly when displaying a stopped context.">;
102 Desc<"The size limit to use when disassembling large functions (default: 32KB).">;
106 Desc<"The number of sources lines to display that come after the current source line when displaying a stopped context.">;
110 Desc<"The number of sources lines to display that come before the current source line when displaying a stopped context.">;
114 Desc<"If true, LLDB will highlight the displayed source code.">;
118 Desc<"If true, LLDB will use the column information from the debug info to mark the current position when displaying a stopped context.">;
122 Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code specified in this format at the immediately before the column to be marked.">;
126 Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the column to be marked.">;
130 Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code specified in this format at the immediately before the line to be marked.">;
134 Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the line to be marked.">;
138 Desc<"The maximum number of columns to use for displaying text.">;
142 Desc<"The number of rows used for displaying text.">;
146 Desc<"The default thread format string to use when displaying thread information.">;
150 Desc<"The default thread format string to use when displaying thread information as part of the stop display.">;
154 Desc<"Whether to use an external editor or not.">;
158 Desc<"External editor to use when use-external-editor is enabled.">;
162 Desc<"Whether to use Ansi color codes or not.">;
166 Desc<"Whether to show progress or not if the debugger's output is an interactive color-enabled terminal.">;
170 Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this format immediately before the progress message.">;
174 Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the progress message.">;
178 Desc<"Whether to cache source files in memory or not.">;
182 Desc<"If true, LLDB will automatically display small structs in one-liner format (default: true).">;
186 Desc<"If true, LLDB will auto indent/outdent code. Currently only supported in the REPL (default: true).">;
190 Desc<"If true, LLDB will print the values of variables declared in an expression. Currently only supported in the REPL (default: true).">;
194 Desc<"The tab size to use when indenting code in multi-line input mode (default: 2).">;
198 Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting strings.">;
202 Desc<"The default frame format string to use when displaying stack frame information for threads from thread backtrace unique.">;
206 Desc<"If true, LLDB will show suggestions to complete the command the user typed. Suggestions may be accepted using Ctrl-F.">;
210 Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified in this format immediately before the suggestion.">;
214 Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the suggestion.">;
218 Desc<"When displaying a regex match in a color-enabled terminal, use the ANSI terminal code specified in this format immediately before the match.">;
222 Desc<"When displaying a regex match in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the match.">;
226 Desc<"If true, and object description was requested for a type that does not implement it, LLDB will print a hint telling the user to consider using p instead.">;
231 Desc<"The verbosity level used by dwim-print.">;
235 Desc<"Controls whether diagnostics can refer directly to the command input, drawing arrows to it. If false, diagnostics will echo the input.">;