[Lldb-commits] [lldb] [lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (PR #71230)

Tom Yang via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 5 09:43:27 PST 2023


================
@@ -2691,6 +2691,7 @@ class CommandObjectTargetModulesDumpSeparateDebugInfoFiles
                     "Found unsupported debug info type '%s'.\n",
                     type.str().c_str());
               }
+              strm.EOL();
----------------
zhyty wrote:

The default `image dump separate-debug-info` table output is a bit cramped without the extra space. I mentioned this in the PR summary 
> Also added a line of space in the default table output.
But I can move this change to a separate PR, sorry!

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


More information about the lldb-commits mailing list