aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBCommandInterpreter.i
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-03-23 21:50:21 +0000
committerIlia K <ki.stfu@gmail.com>2015-03-23 21:50:21 +0000
commit0850871f67c2ba2fcf130f096a23921fb4caffa6 (patch)
treeed6c05e91e63166d0b79826ee7af1d7ac48c8e18 /lldb/scripts/Python/interface/SBCommandInterpreter.i
parent5f4d76efd365c7f816c712013a0eb9ecfa8446bb (diff)
downloadllvm-0850871f67c2ba2fcf130f096a23921fb4caffa6.zip
llvm-0850871f67c2ba2fcf130f096a23921fb4caffa6.tar.gz
llvm-0850871f67c2ba2fcf130f096a23921fb4caffa6.tar.bz2
Fix missing interfaces to scripts/Python/interface after r229110, r231858 and r232891
This includes: # SBCommandInterpreter::EventIsCommandInterpreterEvent # SBModule::GetSymbolFileSpec/GetObjectFileHeaderAddress # SBTarget::EventIsTargetEvent/GetTargetFromEvent/GetNumModulesFromEvent/GetModuleAtIndexFromEvent/GetLaunchInfo/SetLaunchInfo llvm-svn: 233029
Diffstat (limited to 'lldb/scripts/Python/interface/SBCommandInterpreter.i')
-rw-r--r--lldb/scripts/Python/interface/SBCommandInterpreter.i5
1 files changed, 4 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandInterpreter.i b/lldb/scripts/Python/interface/SBCommandInterpreter.i
index 0a795ad..dfa3ce6 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;