From e0afce767a500049184e294cb138a2f3fad0c3e0 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 28 Oct 2014 21:44:06 +0000 Subject: Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://12675166 llvm-svn: 220824 --- lldb/scripts/Python/interface/SBType.i | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/interface/SBType.i b/lldb/scripts/Python/interface/SBType.i index 2980cdb4dc7..a9c230cc165 100644 --- a/lldb/scripts/Python/interface/SBType.i +++ b/lldb/scripts/Python/interface/SBType.i @@ -206,6 +206,12 @@ public: bool IsPolymorphicClass (); + bool + IsArrayType (); + + bool + IsTypedefType (); + lldb::SBType GetPointerType(); @@ -226,6 +232,9 @@ public: lldb::SBType GetCanonicalType(); + + lldb::SBType + GetArrayElementType (); lldb::BasicType GetBasicType(); -- cgit v1.2.3