summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-12-08 00:17:07 +0000
committerGreg Clayton <gclayton@apple.com>2012-12-08 00:17:07 +0000
commit315501e2541313e1108ed78970a78752d8038c9e (patch)
treec8a92ba7af865af34a8cc3eb813d6562162a2cc8 /lldb/scripts/Python/interface
parentf6f93ee31c2cb1d55c0a47c3a316c2917141e78b (diff)
downloadbcm5719-llvm-315501e2541313e1108ed78970a78752d8038c9e.tar.gz
bcm5719-llvm-315501e2541313e1108ed78970a78752d8038c9e.zip
Added GetCanonicalType() to SBType:
lldb::SBType SBType::GetCanonicalType(); llvm-svn: 169655
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBType.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBType.i b/lldb/scripts/Python/interface/SBType.i
index 82dff14fbd3..9c2c826a472 100644
--- a/lldb/scripts/Python/interface/SBType.i
+++ b/lldb/scripts/Python/interface/SBType.i
@@ -180,6 +180,9 @@ public:
lldb::SBType
GetUnqualifiedType();
+ lldb::SBType
+ GetCanonicalType();
+
lldb::BasicType
GetBasicType();
OpenPOWER on IntegriCloud