[Lldb-commits] [PATCH] D121252: [lldb] Add SBType::IsAggregateType
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 8 14:18:49 PST 2022
kastiglione created this revision.
kastiglione added a reviewer: JDevlieghere.
Herald added a project: All.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Add `IsAggregateType` to the SB API.
I'd like to use this from tests, and there are numerous other `Is<X>Type`
predicates on `SBType`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121252
Files:
lldb/bindings/interface/SBType.i
lldb/include/lldb/API/SBType.h
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/source/API/SBType.cpp
lldb/test/API/python_api/type/TestTypeList.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121252.413933.patch
Type: text/x-patch
Size: 5145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220308/eec391b8/attachment-0001.bin>
More information about the lldb-commits
mailing list