diff options
| author | Greg Clayton <gclayton@apple.com> | 2012-10-13 00:20:27 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2012-10-13 00:20:27 +0000 |
| commit | eaafa732dfb80ea4153e7539481a92bf2be697a8 (patch) | |
| tree | 7f7b6e2f7e3f030fee6daed1ef6f9dd5670a7b13 /lldb/scripts/Python | |
| parent | 01db0c682311ebf3a8e3a40c6e87d61184c7c49e (diff) | |
| download | bcm5719-llvm-eaafa732dfb80ea4153e7539481a92bf2be697a8.tar.gz bcm5719-llvm-eaafa732dfb80ea4153e7539481a92bf2be697a8.zip | |
<rdar://problem/12490588>
From SBType, we can now get a lldb::BasicType enumeration out of an existing type.
llvm-svn: 165857
Diffstat (limited to 'lldb/scripts/Python')
| -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 e2904f85a23..76fdfc923bd 100644 --- a/lldb/scripts/Python/interface/SBType.i +++ b/lldb/scripts/Python/interface/SBType.i @@ -177,6 +177,9 @@ public: lldb::SBType GetUnqualifiedType(); + lldb::BasicType + GetBasicType(); + lldb::SBType GetBasicType (lldb::BasicType type); |

