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
This commit is contained in:
Ilia K
2015-03-23 21:50:21 +00:00
parent 5f4d76efd3
commit 0850871f67
3 changed files with 28 additions and 1 deletions

View File

@@ -309,6 +309,12 @@ public:
GetVersion (uint32_t *versions,
uint32_t num_versions);
lldb::SBFileSpec
GetSymbolFileSpec() const;
lldb::SBAddress
GetObjectFileHeaderAddress() const;
bool
operator == (const lldb::SBModule &rhs) const;