[Lldb-commits] [PATCH] D117623: [lldb] Print an error message when we're reading libobjc.A.dylib from memory
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 18 17:07:10 PST 2022
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp:2379
+ stream->Printf("warning: libobjc.A.dylib is being read from process "
+ "memory. This indicates that we could not %s. This will "
+ "likely reduce debugging performance.\n",
----------------
aprantl wrote:
> I would replace `we` with `LLDB`. Users might see this in their IDE's console and not even know who `we` is.
Good point!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117623/new/
https://reviews.llvm.org/D117623
More information about the lldb-commits
mailing list