[Lldb-commits] [PATCH] D82155: [lldb/interpreter] Add ability to save lldb session to a file

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 21 23:12:10 PDT 2020


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lldb/source/Interpreter/CommandInterpreter.cpp:2941
+
+  GetDebugger().GetOutputStreamSP()->Printf(
+      "Session's transcripts saved to %s\n", output_file->c_str());
----------------
I'd write this to the `CommandReturnObject` and include it in the transcript.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82155/new/

https://reviews.llvm.org/D82155





More information about the lldb-commits mailing list