From b43165b7a5d59d8178dc803ec0351d3a62a38946 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 5 Dec 2012 21:24:42 +0000 Subject: Always allows getting builtin types by name even if there is no backing debug information. llvm-svn: 169424 --- lldb/scripts/Python/interface/SBModule.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/scripts/Python/interface/SBModule.i') diff --git a/lldb/scripts/Python/interface/SBModule.i b/lldb/scripts/Python/interface/SBModule.i index b98afdecde9..ee2d3b42c44 100644 --- a/lldb/scripts/Python/interface/SBModule.i +++ b/lldb/scripts/Python/interface/SBModule.i @@ -222,6 +222,8 @@ public: lldb::SBTypeList FindTypes (const char* type); + lldb::SBType + GetBasicType(lldb::BasicType type); %feature("docstring", " //------------------------------------------------------------------ -- cgit v1.2.3