[Lldb-commits] [PATCH] D146547: [lldb][gnustep][PDB] Add special handling for ObjC built-in types eBasicTypeObjCID and eBasicTypeObjCSel
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 21 10:32:03 PDT 2023
sgraenitz created this revision.
sgraenitz added reviewers: aleksandr.urakov, rnk, teemperor, DavidSpickett, aprantl, zturner, jdoerfert.
Herald added a project: All.
sgraenitz requested review of this revision.
Herald added a project: LLDB.
Let the PDB parser recognize special ObjC type names like `objc_object` for the id type and `objc_selector` for selectors. With this change, ObjC support for PDB on Windows is on par with the Linux baseline test proposed in D146058 <https://reviews.llvm.org/D146058>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146547
Files:
lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
lldb/test/Shell/Expr/objc-gnustep-print-pdb.m
lldb/test/Shell/Expr/objc-gnustep-print.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146547.507040.patch
Type: text/x-patch
Size: 5931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230321/6c9e0526/attachment.bin>
More information about the lldb-commits
mailing list