[all-commits] [llvm/llvm-project] d23084: [lldb] Print an error message when we're reading l...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 18 17:23:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d230848a85a922260b7ad6984f2dd19222c125a6
https://github.com/llvm/llvm-project/commit/d230848a85a922260b7ad6984f2dd19222c125a6
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
Log Message:
-----------
[lldb] Print an error message when we're reading libobjc.A.dylib from memory
Use libobjc.A.dylib as a sentinel to detect situations where we're
reading libraries from process memory instead of the shared cache.
Differential revision: https://reviews.llvm.org/D117623
More information about the All-commits
mailing list