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.
Paths
| Differential D121252
[lldb] Add SBType::IsAggregateType ClosedPublic Authored by kastiglione on Mar 8 2022, 2:18 PM.
Details
Summary Add IsAggregateType to the SB API. I'd like to use this from tests, and there are numerous other Is<X>Type
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 8 2022, 11:05 PM Closed by commit rG704001e90b3d: [lldb] Add SBType::IsAggregateType (authored by kastiglione). · Explain WhyMar 9 2022, 8:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 414111 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
|