[Lldb-commits] [lldb] Add `target modules dump separate-debug-info` (PR #66035)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 12 01:31:56 PDT 2023


================
@@ -2005,9 +2021,10 @@ class CommandObjectTargetModulesDumpSymtab
             result.GetOutputStream().EOL();
             result.GetOutputStream().EOL();
           }
-          if (INTERRUPT_REQUESTED(GetDebugger(), 
+          if (INTERRUPT_REQUESTED(GetDebugger(),
----------------
DavidSpickett wrote:

Seems like you formatted the whole file, which is a good idea in general but not within the same commit as "real" changes. You could push a commit formatting it if you like.

You can use the script https://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting to format just the bits you've changed.

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


More information about the lldb-commits mailing list