Searched refs:GetByIndex (Results 1 – 11 of 11) sorted by relevance
87 lldb::BreakpointLocationSP GetByIndex(size_t i);98 const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
95 lldb::BreakpointLocationSP GetByIndex(size_t i);106 const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
120 lldb::WatchpointSP GetByIndex(uint32_t i);131 const lldb::WatchpointSP GetByIndex(uint32_t i) const;
98 BreakpointLocationSP BreakpointLocationCollection::GetByIndex(size_t i) { in GetByIndex() function in BreakpointLocationCollection108 BreakpointLocationCollection::GetByIndex(size_t i) const { in GetByIndex() function in BreakpointLocationCollection125 BreakpointLocationSP cur_loc_sp = GetByIndex(i); in ShouldStop()
37 llvm::consumeError(m_constituents.GetByIndex(i)->ClearBreakpointSite()); in ~BreakpointSite()66 if (m_constituents.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()159 return m_constituents.GetByIndex(index); in GetConstituentAtIndex()
319 return m_locations.GetByIndex(index); in GetLocationAtIndex()592 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()617 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()639 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()735 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()736 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()758 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced()766 BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx); in ModuleReplaced()1175 bp_loc_sp = data->m_locations.GetByIndex(bp_loc_idx); in GetBreakpointLocationAtIndexFromEvent()
137 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex() function in WatchpointList148 const WatchpointSP WatchpointList::GetByIndex(uint32_t i) const { in GetByIndex() function in WatchpointList
135 BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) { in GetByIndex() function in BreakpointLocationList144 const BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) const { in GetByIndex() function in BreakpointLocationList
419 BreakpointLocationSP loc(site_locations.GetByIndex(j)); in PerformAction()425 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
237 WatchpointSP watch_sp = watchpoints.GetByIndex(i); in DoExecute()
1261 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()