Lines Matching full:desc
7 Desc<"If true, regular expression alias commands will show the expanded command that will be executed. This can be used to debug new regular expression alias commands.">;
11 Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged. If false, LLDB will quit without asking in any case.">;
15 Desc<"If true, commands will be saved into a transcript buffer for user access.">;
19 Desc<"If true, LLDB will save the session's transcripts before quitting. Note: transcripts will only be saved if interpreter.save-transcript is true.">;
23 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
26 Desc<"A path where LLDB will save the session's transcripts. This is particularly useful when you can't set the session file, for example when using `save-session-on-quit`.">;
30 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">;
34 Desc<"If true, blank lines will be printed between between REPL submissions.">;
38 Desc<"If true, commands will be echoed before they are evaluated.">;
42 Desc<"If true, commands will be echoed even if they are pure comment lines.">;
46 Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. If false, LLDB won't repeat the previous command but only return a new prompt.">;
50 Desc<"If true, require --overwrite in 'command script add' before overwriting existing user commands.">;