[Lldb-commits] [PATCH] D105030: [lldb/Interpreter] Add setting to set session transcript save directory

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 28 08:35:38 PDT 2021


JDevlieghere added inline comments.


================
Comment at: lldb/source/Interpreter/InterpreterProperties.td:18
+    DefaultStringValue<"">,
+    Desc<"A path where LLDB will save the session's transcripts.">;
   def StopCmdSourceOnError: Property<"stop-command-source-on-error", "Boolean">,
----------------
Given that `session save` already takes a file, I think it would make sense to call out here that this is particularly useful in combination with `save-session-on-quit`. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105030



More information about the lldb-commits mailing list