Home
last modified time | relevance | path

Searched refs:loc_idx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp568 size_t loc_idx = 0; in ModulesChanged() local
571 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()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp562 for (size_t loc_idx = 0; loc_idx < num_locations; loc_idx++) { in DoExecute() local
564 = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute()
626 for (size_t loc_idx = 0; loc_idx < num_locations; loc_idx++) { in DoExecute() local
627 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute()
628 tmp_id.SetBreakpointLocationID(loc_idx); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h144 uint32_t loc_idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp751 uint32_t loc_idx) { in GetBreakpointLocationAtIndexFromEvent() argument
752 LLDB_INSTRUMENT_VA(event, loc_idx); in GetBreakpointLocationAtIndexFromEvent()
758 event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h132 uint32_t loc_idx);