[Lldb-commits] [PATCH] D117623: [lldb] Print an error message when we're reading libobjc.A.dylib from memory

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 18 16:50:39 PST 2022


aprantl 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",
----------------
I would replace `we` with `LLDB`. Users might see this in their IDE's console and not even know who `we` is.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117623/new/

https://reviews.llvm.org/D117623



More information about the lldb-commits mailing list