From 66016fd806571e3cc243aade0c36f86d45c32626 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 10 Nov 2011 19:20:52 +0000 Subject: Added the ability to get a type without qualifiers (const, volatile, restrict, etc). llvm-svn: 144302 --- lldb/scripts/Python/interface/SBType.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/interface/SBType.i b/lldb/scripts/Python/interface/SBType.i index 589287a2d38..2cc384085b6 100644 --- a/lldb/scripts/Python/interface/SBType.i +++ b/lldb/scripts/Python/interface/SBType.i @@ -142,6 +142,9 @@ public: lldb::SBType GetDereferencedType(); + lldb::SBType + GetUnqualifiedType(); + lldb::SBType GetBasicType (lldb::BasicType type); -- cgit v1.2.3