[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

via lldb-commits lldb-commits at lists.llvm.org
Wed May 15 19:20:33 PDT 2024


================
@@ -576,7 +577,7 @@ class CommandInterpreter : public Broadcaster,
   void SetEchoCommentCommands(bool enable);
 
   bool GetRepeatPreviousCommand() const;
-  
+
----------------
jeffreytan81 wrote:

Similar, undo the unnecessary change

https://github.com/llvm/llvm-project/pull/90703


More information about the lldb-commits mailing list