diff options
Diffstat (limited to 'lldb/scripts/Python/interface/SBCommandInterpreter.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBCommandInterpreter.i | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandInterpreter.i b/lldb/scripts/Python/interface/SBCommandInterpreter.i index 0a795adb038..dfa3ce600bf 100644 --- a/lldb/scripts/Python/interface/SBCommandInterpreter.i +++ b/lldb/scripts/Python/interface/SBCommandInterpreter.i @@ -139,7 +139,10 @@ public: static const char * GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type); - + + static bool + EventIsCommandInterpreterEvent (const lldb::SBEvent &event); + bool IsValid() const; |