diff options
author | Greg Clayton <gclayton@apple.com> | 2012-12-08 00:17:07 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-12-08 00:17:07 +0000 |
commit | 315501e2541313e1108ed78970a78752d8038c9e (patch) | |
tree | c8a92ba7af865af34a8cc3eb813d6562162a2cc8 /lldb/scripts/Python/interface | |
parent | f6f93ee31c2cb1d55c0a47c3a316c2917141e78b (diff) | |
download | bcm5719-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.i | 3 |
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(); |