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

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 28 08:43:15 PDT 2021


mib 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">,
----------------
JDevlieghere wrote:
> 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`. 
Just to clarify, `session save` can be used with no arguments, in which case, the transcript will either be saved to a temporary folder or at the location set in this property.

But I can definitely mention that it is very useful 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