Searched refs:GetByIndex (Results 1 – 13 of 13) sorted by relevance
50 m_owners.GetByIndex(i)->ClearBreakpointSite(); in ~BreakpointSite()79 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()195 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 BreakpointLocationCollection146 if (GetByIndex(i)->ShouldStop(context)) in ShouldStop()
129 return m_locations.GetByIndex(index); in GetLocationAtIndex()490 BreakpointLocationSP break_loc_sp (m_locations.GetByIndex(loc_idx)); in ModulesChanged()513 m_locations.RemoveLocation (locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()629 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()630 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()658 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced()667 BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx); in ModuleReplaced()1104 bp_loc_sp = data->m_locations.GetByIndex(bp_loc_idx); in GetBreakpointLocationAtIndexFromEvent()
171 WatchpointList::GetByIndex (uint32_t i) in GetByIndex() function in WatchpointList185 WatchpointList::GetByIndex (uint32_t i) const in GetByIndex() function in WatchpointList
168 BreakpointLocationList::GetByIndex (size_t i) in GetByIndex() function in BreakpointLocationList179 BreakpointLocationList::GetByIndex (size_t i) const in GetByIndex() function in BreakpointLocationList
105 GetByIndex (size_t i);119 GetByIndex (size_t i) const;
157 GetByIndex (uint32_t i);171 GetByIndex (uint32_t i) const;
123 GetByIndex (size_t i);137 GetByIndex (size_t i) const;
833 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()868 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints()901 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints()923 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts()943 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHistoricValues()967 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints()
439 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
69 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()
292 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute()
1268 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()