[Lldb-commits] [lldb] Add option to not loading all DWOs when dumping separate_debug-info (PR #146166)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 27 15:24:39 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list