aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBModule.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/SBModule.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/SBModule.i')
-rw-r--r--lldb/scripts/Python/interface/SBModule.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBModule.i b/lldb/scripts/Python/interface/SBModule.i
index 387a274..43aab6a 100644
--- a/lldb/scripts/Python/interface/SBModule.i
+++ b/lldb/scripts/Python/interface/SBModule.i
@@ -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;