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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to