[Lldb-commits] [lldb] Add commands frequency to statistics dump (PR #80375)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 20:50:42 PST 2024


================
@@ -246,13 +247,13 @@ class SBCommandInterpreter {
                                        lldb::SBStringList &matches,
                                        lldb::SBStringList &descriptions);
 
-  /// Returns whether an interrupt flag was raised either by the SBDebugger - 
+  /// Returns whether an interrupt flag was raised either by the SBDebugger -
   /// when the function is not running on the RunCommandInterpreter thread, or
   /// by SBCommandInterpreter::InterruptCommand if it is.  If your code is doing
-  /// interruptible work, check this API periodically, and interrupt if it 
+  /// interruptible work, check this API periodically, and interrupt if it
----------------
clayborg wrote:

revert non related whitespace change

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


More information about the lldb-commits mailing list