[all-commits] [llvm/llvm-project] af9144: [lldb] Show the DBGError if dsymForUUID can't find...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Apr 14 16:54:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af91446aa2903324c81d9e0b0a8a9fc037edc1a4
https://github.com/llvm/llvm-project/commit/af91446aa2903324c81d9e0b0a8a9fc037edc1a4
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M lldb/include/lldb/Symbol/LocateSymbolFile.h
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Interpreter/CommandReturnObject.cpp
M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
M lldb/source/Symbol/LocateSymbolFile.cpp
M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
A lldb/source/Symbol/LocateSymbolFileMacOSX.cpp.rej
A lldb/test/Shell/SymbolFile/Inputs/a.yaml
A lldb/test/Shell/SymbolFile/Inputs/dsymforuuid.sh
A lldb/test/Shell/SymbolFile/add-dsym.test
A test/Shell/SymbolFile/Inputs/a.yaml
A test/Shell/SymbolFile/Inputs/dsymforuuid.sh
A test/Shell/SymbolFile/add-dsym.test
Log Message:
-----------
[lldb] Show the DBGError if dsymForUUID can't find a dSYM
Show the user the DBGError (if available) when dsymForUUID fails.
rdar://90949180
Differential revision: https://reviews.llvm.org/D123743
More information about the All-commits
mailing list