diff options
author | Jim Ingham <jingham@apple.com> | 2011-10-07 22:27:25 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2011-10-07 22:27:25 +0000 |
commit | 1b040c157a46b76dd15a4d302599dbed867f6505 (patch) | |
tree | ac9c569271a731ddcc067e16f3f66008554cae75 /lldb/scripts/Python | |
parent | 4cda6e058b9e8ab0f7118e836794d29409ef4223 (diff) | |
download | bcm5719-llvm-1b040c157a46b76dd15a4d302599dbed867f6505.tar.gz bcm5719-llvm-1b040c157a46b76dd15a4d302599dbed867f6505.zip |
Mention SBBreakpointLocation::GetAddress in the Python .i file.
llvm-svn: 141429
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBBreakpointLocation.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBBreakpointLocation.i b/lldb/scripts/Python/interface/SBBreakpointLocation.i index 51e9389bf87..d41033f2fea 100644 --- a/lldb/scripts/Python/interface/SBBreakpointLocation.i +++ b/lldb/scripts/Python/interface/SBBreakpointLocation.i @@ -32,6 +32,9 @@ public: bool IsValid() const; + lldb::SBAddress + GetAddress(); + lldb::addr_t GetLoadAddress (); |