Searched refs:GetWatchpointAtIndex (Results 1 – 4 of 4) sorted by relevance
761 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const;
840 GetWatchpointAtIndex (uint32_t idx) const;
1404 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() function in SBTarget1405 LLDB_RECORD_METHOD_CONST(lldb::SBWatchpoint, SBTarget, GetWatchpointAtIndex, in GetWatchpointAtIndex()2650 GetWatchpointAtIndex, (uint32_t)); in RegisterMethods()
51936 result = ((lldb::SBTarget const *)arg1)->GetWatchpointAtIndex(arg2); in _wrap_SBTarget_GetWatchpointAtIndex()