summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBTarget.i
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-12-05 21:24:42 +0000
committerGreg Clayton <gclayton@apple.com>2012-12-05 21:24:42 +0000
commitb43165b7a5d59d8178dc803ec0351d3a62a38946 (patch)
tree53a13b3531ea6dcbc86f6ebac6f06e5f1ef7398f /lldb/scripts/Python/interface/SBTarget.i
parent0a471ea66c3c1b6b9183987cb4248af2ca216164 (diff)
downloadbcm5719-llvm-b43165b7a5d59d8178dc803ec0351d3a62a38946.tar.gz
bcm5719-llvm-b43165b7a5d59d8178dc803ec0351d3a62a38946.zip
<rdar://problem/12749733>
Always allows getting builtin types by name even if there is no backing debug information. llvm-svn: 169424
Diffstat (limited to 'lldb/scripts/Python/interface/SBTarget.i')
-rw-r--r--lldb/scripts/Python/interface/SBTarget.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i
index bc4c2289745..9685c94fcc1 100644
--- a/lldb/scripts/Python/interface/SBTarget.i
+++ b/lldb/scripts/Python/interface/SBTarget.i
@@ -560,6 +560,9 @@ public:
lldb::SBTypeList
FindTypes (const char* type);
+ lldb::SBType
+ GetBasicType(lldb::BasicType type);
+
lldb::SBSourceManager
GetSourceManager ();
OpenPOWER on IntegriCloud