summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2011-10-07 22:27:25 +0000
committerJim Ingham <jingham@apple.com>2011-10-07 22:27:25 +0000
commit1b040c157a46b76dd15a4d302599dbed867f6505 (patch)
treeac9c569271a731ddcc067e16f3f66008554cae75 /lldb/scripts/Python
parent4cda6e058b9e8ab0f7118e836794d29409ef4223 (diff)
downloadbcm5719-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.i3
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 ();
OpenPOWER on IntegriCloud