Searched refs:loc_idx (Results 1 – 5 of 5) sorted by relevance
383 for (size_t loc_idx = 0; loc_idx < num_locs; loc_idx++) in ModulesChanged() local385 BreakpointLocationSP break_loc = m_locations.GetByIndex(loc_idx); in ModulesChanged()453 size_t loc_idx = 0; in ModulesChanged() local456 for (loc_idx = 0; loc_idx < num_locations; loc_idx++) in ModulesChanged()458 BreakpointLocationSP break_loc_sp (m_locations.GetByIndex(loc_idx)); in ModulesChanged()480 for (loc_idx = 0; loc_idx < num_locations_to_remove; loc_idx++) in ModulesChanged()481 m_locations.RemoveLocation (locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
208 GetBreakpointLocationAtIndexFromEvent (const lldb::SBEvent& event, uint32_t loc_idx);
140 GetBreakpointLocationAtIndexFromEvent (const lldb::SBEvent& event, uint32_t loc_idx);
137 GetBreakpointLocationAtIndexFromEvent (const lldb::EventSP &event_sp, uint32_t loc_idx);
631 SBBreakpoint::GetBreakpointLocationAtIndexFromEvent (const lldb::SBEvent& event, uint32_t loc_idx) in GetBreakpointLocationAtIndexFromEvent() argument635 … (Breakpoint::BreakpointEventData::GetBreakpointLocationAtIndexFromEvent (event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()