[Lldb-commits] [lldb] r141429 - /lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i
Jim Ingham
jingham at apple.com
Fri Oct 7 15:27:25 PDT 2011
Author: jingham
Date: Fri Oct 7 17:27:25 2011
New Revision: 141429
URL: http://llvm.org/viewvc/llvm-project?rev=141429&view=rev
Log:
Mention SBBreakpointLocation::GetAddress in the Python .i file.
Modified:
lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i
Modified: lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i?rev=141429&r1=141428&r2=141429&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i (original)
+++ lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i Fri Oct 7 17:27:25 2011
@@ -32,6 +32,9 @@
bool
IsValid() const;
+ lldb::SBAddress
+ GetAddress();
+
lldb::addr_t
GetLoadAddress ();
More information about the lldb-commits
mailing list