commit | a80d1e847947d5c5e721d1e879ac520d15c44f83 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Wed May 16 17:15:08 2012 +0000 |
committer | Jim Ingham <jingham@apple.com> | Wed May 16 17:15:08 2012 +0000 |
tree | 1a414e2aebfdc4d8d957fa4e20bb8ad5518a9756 | |
parent | 84923712ffb6fe83f41479491d71eb3f2d173ca4 [diff] [blame] |
Add GetID to the .i file. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@156927 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBBreakpointLocation.i b/scripts/Python/interface/SBBreakpointLocation.i index 093a0e6..8c9b9c7 100644 --- a/scripts/Python/interface/SBBreakpointLocation.i +++ b/scripts/Python/interface/SBBreakpointLocation.i
@@ -29,6 +29,9 @@ ~SBBreakpointLocation (); + break_id_t + GetID (); + bool IsValid() const;