commit | 0e6d511de0904efe71a4a1ce2849615c7dfdc51c | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Oct 07 22:27:25 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Oct 07 22:27:25 2011 +0000 |
tree | a51bb1bd6f20b2c0befda05a3a2094cbea866e3c | |
parent | 8b7b2276132c7353cabd22000287b42badc26613 [diff] [blame] |
Mention SBBreakpointLocation::GetAddress in the Python .i file. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141429 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBBreakpointLocation.i b/scripts/Python/interface/SBBreakpointLocation.i index 51e9389..d41033f 100644 --- a/scripts/Python/interface/SBBreakpointLocation.i +++ b/scripts/Python/interface/SBBreakpointLocation.i
@@ -32,6 +32,9 @@ bool IsValid() const; + lldb::SBAddress + GetAddress(); + lldb::addr_t GetLoadAddress ();