[Lldb-commits] [PATCH] D157160: Surface error messages from the DebugSymbols DBGShellCommands external agent; add logging for LC_NOTEs in Mach-O corefiles
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 7 17:42:14 PDT 2023
jasonmolenda added inline comments.
================
Comment at: lldb/source/Core/DynamicLoader.cpp:241-243
+ Stream &s = target.GetDebugger().GetOutputStream();
+ s.Printf("Tried DBGShellCommands cmd, got error: %s\n",
+ error.AsCString());
----------------
JDevlieghere wrote:
> Shouldn't this be the error stream?
Ah good suggestion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157160/new/
https://reviews.llvm.org/D157160
More information about the lldb-commits
mailing list