Add GetID to the .i file.
authorJim Ingham <jingham@apple.com>
Wed, 16 May 2012 17:15:08 +0000 (17:15 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 16 May 2012 17:15:08 +0000 (17:15 +0000)
llvm-svn: 156927

lldb/scripts/Python/interface/SBBreakpointLocation.i

index 093a0e6..8c9b9c7 100644 (file)
@@ -29,6 +29,9 @@ public:
 
     ~SBBreakpointLocation ();
 
+    break_id_t
+    GetID ();
+    
     bool
     IsValid() const;