[Lldb-commits] [PATCH] D157160: Surface error messages from the DebugSymbols DBGShellCommands external agent; add logging for LC_NOTEs in Mach-O corefiles
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 7 17:35:36 PDT 2023
JDevlieghere 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());
----------------
Shouldn't this be the error stream?
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