[Lldb-commits] [PATCH] D79554: [lldb/Dataformatter] Add support to CF{Dictionary, Set}Ref types
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 8 00:29:40 PDT 2020
mib updated this revision to Diff 262823.
mib edited the summary of this revision.
mib added a comment.
- Added a virtual method to create an empty struct type `TypeSystem::GetEmptyStructType` (if someone can think of a better name, I'm open to suggestions)
- Refactored `ValueObject::Dereference`
- Reverted the NFC changes in `ValueObject::CreateChildAtIndex`
- Added test for C++ incomplete type with data-formatter (WIP)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79554/new/
https://reviews.llvm.org/D79554
Files:
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Core/ValueObject.cpp
lldb/source/Plugins/Language/ObjC/NSSet.cpp
lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Symbol/TypeSystem.cpp
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
lldb/test/API/functionalities/data-formatter/data-formatter-opaque-ptr/Makefile
lldb/test/API/functionalities/data-formatter/data-formatter-opaque-ptr/TestDataFormatterOpaquePtr.py
lldb/test/API/functionalities/data-formatter/data-formatter-opaque-ptr/main.cpp
lldb/test/API/functionalities/data-formatter/data-formatter-opaque-ptr/opaque_ptr.cc
lldb/test/API/functionalities/data-formatter/data-formatter-opaque-ptr/opaque_ptr.h
lldb/test/API/functionalities/data-formatter/data-formatter-opaque-ptr/opaque_ptr.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79554.262823.patch
Type: text/x-patch
Size: 14868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200508/318c0590/attachment-0001.bin>
More information about the lldb-commits
mailing list