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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 14 14:28:10 PDT 2023


================
@@ -2035,8 +2118,8 @@ class CommandObjectTargetModulesDumpSymtab
                 result.GetOutputStream().EOL();
                 result.GetOutputStream().EOL();
               }
-              if (INTERRUPT_REQUESTED(GetDebugger(), 
----------------
clayborg wrote:

It would be nice to remove these space only changes. Ditto for many space only changes below.

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


More information about the lldb-commits mailing list