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

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 12 09:12:10 PDT 2023


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

BTW, I don't really agree that reformatting whole files is a great idea.  clang-format keeps changing it's mind on how it wants to lay out code, and so you just keep introducing little pointless changes that make history grubbing harder, etc, to very little benefit.

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


More information about the lldb-commits mailing list