Lines Matching refs:when

6 …bles explicitly into the expression text. This will fix symbol resolution when there are name coll…
13 Desc<"Default architecture to choose, when there's a choice.">;
19 Desc<"The language to use when interpreting expressions entered in commands.">;
36 Desc<"Skip function prologues when setting breakpoints by name.">;
45 …Desc<"Executable search paths to use when locating executable files whose paths don't match the lo…
48 …Desc<"List of directories to be searched when locating debug symbol files. See also symbols.enable…
51 Desc<"List of directories to be searched when locating modules for Clang.">;
78 …Desc<"The maximum number of zeroes to insert when displaying a very small float before falling bac…
87 Desc<"Maximum number of characters to show when using %s in summary strings.">;
93 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
99 …Desc<"A list containing all the arguments to be passed to the executable when it is run. Note that…
105 …environment. This is most useful to unset some host environment variables when target.inherit-env …
136when settings breakpoints by file and line. Breakpoint locations can end up being inlined by the c…
154 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">;
162 …target. This setting helps users control how much information gets loaded when loading modules fro…
181 Desc<"Always install the main executable when connected to a remote platform.">;
215 Desc<"If true, stop when a shared library is loaded or unloaded.">;
219 Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">;
229 …Desc<"If true, warn when stopped in code that is optimized where stepping and variable availabilit…
232 …Desc<"If true, warn when stopped in code that is written in a source language that LLDB does not s…
236 Desc<"If true, stop when the inferior exec's.">;
274 …Desc<"If true, when step-in/step-out/step-over leave the current frame, they will continue to step…