aprantl added inline comments.
================ Comment at: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp:2377 + stream->Printf( + "warning: libobjc.A.dylib is being read from memory instead of the %s" + "shared cache. This will likely reduce performance.\n", ---------------- Here's my take: ``` libobjc.A.dylib is being read from process memory. This indicates that LLDB could not find the the on-disk %s shared cache for this device. This will likely reduce debugging performance. ``` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117623/new/ https://reviews.llvm.org/D117623 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
