Searched refs:GetWatchpointAtIndex (Results 1 – 4 of 4) sorted by relevance
164 return self.sbtarget.GetWatchpointAtIndex(key)175 watchpoints.append(self.GetWatchpointAtIndex(idx))
837 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const;
1287 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() function in SBTarget
59742 result = ((lldb::SBTarget const *)arg1)->GetWatchpointAtIndex(arg2); in _wrap_SBTarget_GetWatchpointAtIndex()