diff options
Diffstat (limited to 'lldb/scripts/Python/interface/SBModule.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBModule.i | 2 |
1 files changed, 2 insertions, 0 deletions
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", " //------------------------------------------------------------------ |