[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:34 PDT 2024


================
@@ -150,7 +150,7 @@ bool SBCommandInterpreter::WasInterrupted() const {
 
 bool SBCommandInterpreter::InterruptCommand() {
   LLDB_INSTRUMENT_VA(this);
-  
+
----------------
jeffreytan81 wrote:

Similar, undo the unnecessary change

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


More information about the lldb-commits mailing list