[all-commits] [llvm/llvm-project] 129086: Show error messages from DebugSymbols DBGShellComm...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Aug 8 17:10:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1290869ef2f72b7d59a92fa3cd48e6da29686c71
https://github.com/llvm/llvm-project/commit/1290869ef2f72b7d59a92fa3cd48e6da29686c71
Author: Jason Molenda <jmolenda at apple.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M lldb/source/Core/DynamicLoader.cpp
M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
Log Message:
-----------
Show error messages from DebugSymbols DBGShellCommand agent
The DebugSymbols DBGShellsCommand, which can find the symbols
for binaries, has a mechanism to return error messages when
it cannot find a symbol file. Those errors were not printed
to the user for several corefile use case scenarios; this
patch fixes that.
Also add dyld/process logging for the LC_NOTE metadata parsers
in ObjectFileMachO, to help in seeing what lldb is basing its
searches on.
Differential Revision: https://reviews.llvm.org/D157160
More information about the All-commits
mailing list