[Lldb-commits] [lldb] SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (PR #89868)

via lldb-commits lldb-commits at lists.llvm.org
Mon May 13 10:42:50 PDT 2024


================
@@ -194,7 +194,7 @@ class LLDB_API SBDebugger {
   lldb::SBCommandInterpreter GetCommandInterpreter();
 
   void HandleCommand(const char *command);
-  
+
----------------
jeffreytan81 wrote:

Remove unnecessary format change

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


More information about the lldb-commits mailing list