Home
last modified time | relevance | path

Searched refs:GetByIndex (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h87 lldb::BreakpointLocationSP GetByIndex(size_t i);
98 const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
H A DBreakpointLocationList.h95 lldb::BreakpointLocationSP GetByIndex(size_t i);
106 const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
H A DWatchpointList.h121 lldb::WatchpointSP GetByIndex(uint32_t i);
132 const lldb::WatchpointSP GetByIndex(uint32_t i) const;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSite.cpp38 m_owners.GetByIndex(i)->ClearBreakpointSite(); in ~BreakpointSite()
68 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
144 return m_owners.GetByIndex(index); in GetOwnerAtIndex()
H A DBreakpointLocationCollection.cpp100 BreakpointLocationSP BreakpointLocationCollection::GetByIndex(size_t i) { in GetByIndex() function in BreakpointLocationCollection
110 BreakpointLocationCollection::GetByIndex(size_t i) const { in GetByIndex() function in BreakpointLocationCollection
127 BreakpointLocationSP cur_loc_sp = GetByIndex(i); in ShouldStop()
H A DBreakpoint.cpp280 return m_locations.GetByIndex(index); in GetLocationAtIndex()
561 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()
588 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()
607 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
703 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()
704 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()
726 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced()
734 BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx); in ModuleReplaced()
1123 bp_loc_sp = data->m_locations.GetByIndex(bp_loc_idx); in GetBreakpointLocationAtIndexFromEvent()
H A DWatchpointList.cpp137 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex() function in WatchpointList
148 const WatchpointSP WatchpointList::GetByIndex(uint32_t i) const { in GetByIndex() function in WatchpointList
H A DBreakpointLocationList.cpp135 BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) { in GetByIndex() function in BreakpointLocationList
144 const BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) const { in GetByIndex() function in BreakpointLocationList
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp394 BreakpointLocationSP loc(site_locations.GetByIndex(j)); in PerformAction()
399 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp240 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1285 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog740 (DNBBreakpoint::GetBreakpointAtIndex()): Renamed to GetByIndex().
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5192 WatchpointSP wp = wps.GetByIndex(i); in DidForkSwitchHardwareTraps()