[Lldb-commits] [PATCH] D105038: [lldb/Interpreter] Fix session-save-on-quit when using ^D
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 28 11:26:59 PDT 2021
shafik added inline comments.
================
Comment at: lldb/source/Core/Debugger.cpp:611
+ if (cmd_interpreter.GetSaveSessionOnQuit()) {
+ CommandReturnObject result(/*colors*/ true);
+ cmd_interpreter.SaveTranscript(result);
----------------
`/*colors=*/true`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105038/new/
https://reviews.llvm.org/D105038
More information about the lldb-commits
mailing list