Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h104 GetByIndex (size_t i);
118 GetByIndex (size_t i) const;
DBreakpointLocationList.h122 GetByIndex (size_t i);
136 GetByIndex (size_t i) const;
DWatchpointList.h157 GetByIndex (uint32_t i);
171 GetByIndex (uint32_t i) const;
/external/lldb/source/Breakpoint/
DBreakpointSite.cpp46 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()
DBreakpointLocationCollection.cpp118 BreakpointLocationCollection::GetByIndex (size_t i) in GetByIndex() function in BreakpointLocationCollection
128 BreakpointLocationCollection::GetByIndex (size_t i) const in GetByIndex() function in BreakpointLocationCollection
144 if (GetByIndex(i)->ShouldStop(context)) in ShouldStop()
DBreakpoint.cpp113 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()
DBreakpointLocationList.cpp160 BreakpointLocationList::GetByIndex (size_t i) in GetByIndex() function in BreakpointLocationList
171 BreakpointLocationList::GetByIndex (size_t i) const in GetByIndex() function in BreakpointLocationList
DWatchpointList.cpp171 WatchpointList::GetByIndex (uint32_t i) in GetByIndex() function in WatchpointList
185 WatchpointList::GetByIndex (uint32_t i) const in GetByIndex() function in WatchpointList
/external/lldb/source/Target/
DTarget.cpp776 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()
DStopInfo.cpp413 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp62 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp298 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute()
/external/lldb/source/API/
DSBTarget.cpp1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
/external/lldb/tools/debugserver/source/
DChangeLog740 (DNBBreakpoint::GetBreakpointAtIndex()): Renamed to GetByIndex().