Searched refs:loc_idx (Results 1 – 5 of 5) sorted by relevance
568 size_t loc_idx = 0; in ModulesChanged() local571 for (loc_idx = 0; loc_idx < num_locations; loc_idx++) { in ModulesChanged()572 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()590 for (loc_idx = 0; loc_idx < num_locations_to_remove; loc_idx++) in ModulesChanged()591 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
562 for (size_t loc_idx = 0; loc_idx < num_locations; loc_idx++) { in DoExecute() local564 = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute()626 for (size_t loc_idx = 0; loc_idx < num_locations; loc_idx++) { in DoExecute() local627 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute()628 tmp_id.SetBreakpointLocationID(loc_idx); in DoExecute()
144 uint32_t loc_idx);
751 uint32_t loc_idx) { in GetBreakpointLocationAtIndexFromEvent() argument752 LLDB_INSTRUMENT_VA(event, loc_idx); in GetBreakpointLocationAtIndexFromEvent()758 event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()
132 uint32_t loc_idx);