================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to