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