[Lldb-commits] [PATCH] D146297: [lldb][gnustep][PDB] Parse ObjC base classes and recognize NSObject type

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 25 08:11:23 PDT 2023


compnerd added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp:399
     // Such symbols will be handled here.
 
     // Ignore unnamed-tag UDTs.
----------------
Does it make sense to drop a note here that the 0-length UDT is used as a marker for the NSObject root?  Although, shouldn't `NSObject`'s `isa` be `NSObject`?  Or does GNUStep not do that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146297



More information about the lldb-commits mailing list