Lines Matching refs:Desc
7 …Desc<"Control the use of external tools and repositories to locate symbol files. Directories liste…
11 Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">;
15 … Desc<"Debug info path which should be resolved while parsing, relative to the host filesystem.">;
19 …Desc<"Enable caching for debug sessions in LLDB. LLDB can cache data for each module for improved …
23 Desc<"The path to the LLDB index cache directory.">;
27 …Desc<"The maximum size for the LLDB index cache directory in bytes. A value over the amount of ava…
31 …Desc<"The maximum size for the cache directory in terms of percentage of the available space on th…
35 …Desc<"The expiration time in days for a file. When a file hasn't been accessed for the specified a…
39 …Desc<"Enable on demand symbol loading in LLDB. LLDB will load debug info on demand for each module…
46 Desc<"If true all confirmation prompts will receive their default reply.">;
50 Desc<"The default disassembly format string to use when disassembling instruction sequences.">;
54 …Desc<"The default frame format string to use when displaying stack frame information for threads."…
58 Desc<"Notify the user explicitly if an expression returns void (default: false).">;
63 Desc<"The debugger command line prompt displayed for the user.">;
68 Desc<"The script language to be used for evaluating user-written scripts.">;
72 Desc<"The language to use for the REPL.">;
76 Desc<"The number of disassembly lines to show when displaying a stopped context.">;
81 Desc<"Control when to display disassembly when displaying a stopped context.">;
85 Desc<"The size limit to use when disassembling large functions (default: 32KB).">;
89 …Desc<"The number of sources lines to display that come after the current source line when displayi…
93 …Desc<"The number of sources lines to display that come before the current source line when display…
97 Desc<"If true, LLDB will highlight the displayed source code.">;
101 …Desc<"If true, LLDB will use the column information from the debug info to mark the current positi…
105 …Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code sp…
109 …Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code sp…
113 …Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code spec…
117 …Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code spec…
121 Desc<"The maximum number of columns to use for displaying text.">;
125 Desc<"The default thread format string to use when displaying thread information.">;
129 …Desc<"The default thread format string to use when displaying thread information as part of the s…
133 Desc<"Whether to use an external editor or not.">;
137 Desc<"Whether to use Ansi color codes or not.">;
141 …Desc<"Whether to show progress or not if the debugger's output is an interactive color-enabled ter…
145 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i…
149 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i…
153 Desc<"Whether to cache source files in memory or not.">;
157 …Desc<"If true, LLDB will automatically display small structs in one-liner format (default: true)."…
161 …Desc<"If true, LLDB will auto indent/outdent code. Currently only supported in the REPL (default: …
165 …Desc<"If true, LLDB will print the values of variables declared in an expression. Currently only s…
169 Desc<"The tab size to use when indenting code in multi-line input mode (default: 4).">;
173 …Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting …
177 …Desc<"The default frame format string to use when displaying stack frameinformation for threads fr…
181 …Desc<"If true, LLDB will show suggestions to complete the command the user typed. Suggestions may …
185 …Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified…
189 …Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified…