[Lldb-commits] [lldb] [lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (PR #71230)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 3 17:44:45 PDT 2023
================
@@ -2691,6 +2691,7 @@ class CommandObjectTargetModulesDumpSeparateDebugInfoFiles
"Found unsupported debug info type '%s'.\n",
type.str().c_str());
}
+ strm.EOL();
----------------
bulbazord wrote:
This change looks unrelated? Why is this here?
https://github.com/llvm/llvm-project/pull/71230
More information about the lldb-commits
mailing list