Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointSite.cpp50 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()
HDBreakpointLocationCollection.cpp118 BreakpointLocationCollection::GetByIndex (size_t i) in GetByIndex() function in BreakpointLocationCollection
128 BreakpointLocationCollection::GetByIndex (size_t i) const in GetByIndex() function in BreakpointLocationCollection
146 if (GetByIndex(i)->ShouldStop(context)) in ShouldStop()
HDBreakpoint.cpp129 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()
HDWatchpointList.cpp171 WatchpointList::GetByIndex (uint32_t i) in GetByIndex() function in WatchpointList
185 WatchpointList::GetByIndex (uint32_t i) const in GetByIndex() function in WatchpointList
HDBreakpointLocationList.cpp168 BreakpointLocationList::GetByIndex (size_t i) in GetByIndex() function in BreakpointLocationList
179 BreakpointLocationList::GetByIndex (size_t i) const in GetByIndex() function in BreakpointLocationList
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocationCollection.h105 GetByIndex (size_t i);
119 GetByIndex (size_t i) const;
HDWatchpointList.h157 GetByIndex (uint32_t i);
171 GetByIndex (uint32_t i) const;
HDBreakpointLocationList.h123 GetByIndex (size_t i);
137 GetByIndex (size_t i) const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp833 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()
HDStopInfo.cpp439 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.cpp69 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp292 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp1268 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()