[Lldb-commits] [lldb] r156927 - /lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i

Jim Ingham jingham at apple.com
Wed May 16 10:15:08 PDT 2012


Author: jingham
Date: Wed May 16 12:15:08 2012
New Revision: 156927

URL: http://llvm.org/viewvc/llvm-project?rev=156927&view=rev
Log:
Add GetID to the .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=156927&r1=156926&r2=156927&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i (original)
+++ lldb/trunk/scripts/Python/interface/SBBreakpointLocation.i Wed May 16 12:15:08 2012
@@ -29,6 +29,9 @@
 
     ~SBBreakpointLocation ();
 
+    break_id_t
+    GetID ();
+    
     bool
     IsValid() const;
 





More information about the lldb-commits mailing list