diff options
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r-- | lldb/scripts/Python/interface/SBTarget.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index 3bf14b1010a..6feb2167b16 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -439,6 +439,9 @@ public: GetNumWatchpointLocations () const; lldb::SBWatchpointLocation + GetLastCreatedWatchpointLocation (); + + lldb::SBWatchpointLocation GetWatchpointLocationAtIndex (uint32_t idx) const; bool |