Searched refs:GetByIndex (Results 1 – 14 of 14) sorted by relevance
104 GetByIndex (size_t i);118 GetByIndex (size_t i) const;
122 GetByIndex (size_t i);136 GetByIndex (size_t i) const;
157 GetByIndex (uint32_t i);171 GetByIndex (uint32_t i) const;
46 m_owners.GetByIndex(i)->ClearBreakpointSite(); in ~BreakpointSite()73 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()184 return m_owners.GetByIndex (index); in GetOwnerAtIndex()
118 BreakpointLocationCollection::GetByIndex (size_t i) in GetByIndex() function in BreakpointLocationCollection128 BreakpointLocationCollection::GetByIndex (size_t i) const in GetByIndex() function in BreakpointLocationCollection144 if (GetByIndex(i)->ShouldStop(context)) in ShouldStop()
113 return m_locations.GetByIndex(index); in GetLocationAtIndex()385 BreakpointLocationSP break_loc = m_locations.GetByIndex(loc_idx); in ModulesChanged()458 BreakpointLocationSP break_loc_sp (m_locations.GetByIndex(loc_idx)); in ModulesChanged()481 m_locations.RemoveLocation (locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()790 bp_loc_sp = data->m_locations.GetByIndex(bp_loc_idx); in GetBreakpointLocationAtIndexFromEvent()
160 BreakpointLocationList::GetByIndex (size_t i) in GetByIndex() function in BreakpointLocationList171 BreakpointLocationList::GetByIndex (size_t i) const in GetByIndex() function in BreakpointLocationList
171 WatchpointList::GetByIndex (uint32_t i) in GetByIndex() function in WatchpointList185 WatchpointList::GetByIndex (uint32_t i) const in GetByIndex() function in WatchpointList
776 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()811 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints()844 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints()866 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts()890 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints()
413 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
62 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()
298 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute()
1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
740 (DNBBreakpoint::GetBreakpointAtIndex()): Renamed to GetByIndex().