================
@@ -2030,7 +2032,8 @@ class CommandObjectTargetModulesDumpSymtab
           }
           if (INTERRUPT_REQUESTED(GetDebugger(),
                                   "Interrupted in dump all symtabs with {0} "
-                                  "of {1} dumped.", num_dumped, num_modules))
+                                  "of {1} dumped.",
----------------
dmpots wrote:

It looks like there are some formatting changes here that are not related to 
the functional change. We should split those out into a separate NFC PR if we 
want to include them.

It looks like all the `INTERRRUPT_REQUESTED` changes fall into that category.

https://github.com/llvm/llvm-project/pull/146166
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to