[Lldb-commits] [PATCH] D99315: [lldb] Support lazily named classes in the Objective-C classes

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 25 12:34:45 PDT 2021


JDevlieghere added inline comments.


================
Comment at: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp:199
+
+    ClassInfo *class_infos = (ClassInfo *)class_infos_ptr;
+
----------------
shafik wrote:
> Is this pointer and `realized_class_list` always non-NULL?
Yep, LLDB allocates the space and passes the pointer to the utility function. 


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

https://reviews.llvm.org/D99315



More information about the lldb-commits mailing list