Home
last modified time | relevance | path

Searched refs:GetLocationAtIndex (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp151 breakpoint_sp->GetLocationAtIndex(j).get(); in FindAndReplaceIDRanges()
237 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
249 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
H A DBreakpointResolverAddress.cpp145 BreakpointLocationSP loc_sp = breakpoint.GetLocationAtIndex(0); in SearchCallback()
H A DBreakpoint.cpp272 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) { in GetLocationAtIndex() function in Breakpoint
909 GetLocationAtIndex(0)->GetDescription(s, level); in GetDescription()
933 BreakpointLocation *loc = GetLocationAtIndex(i).get(); in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointExtensions.i22 return self.sbbreakpoint.GetLocationAtIndex(key)
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h58 lldb::SBBreakpointLocation GetLocationAtIndex(uint32_t index);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h291 lldb::BreakpointLocationSP GetLocationAtIndex(size_t index);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp184 SBBreakpointLocation SBBreakpoint::GetLocationAtIndex(uint32_t index) { in GetLocationAtIndex() function in SBBreakpoint
193 sb_bp_location.SetLocation(bkpt_sp->GetLocationAtIndex(index)); in GetLocationAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp363 m_next_branch_bp_sp->GetLocationAtIndex(0); in SetNextBranchBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp584 = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute()
647 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp369 BreakpointLocationSP location = dyld_break->GetLocationAtIndex(0); in SetRendezvousBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5319 return breakpoint->GetLocationAtIndex(item.GetIdentifier()); in GetBreakpointLocation()
6999 bp_sp->GetLocationAtIndex(bp_loc_idx); in WindowDelegateDraw()
7112 bp_sp->GetLocationAtIndex(bp_loc_idx); in WindowDelegateDraw()
7476 bp_sp->GetLocationAtIndex(bp_loc_idx); in ToggleBreakpointOnSelectedLine()
7520 bp_sp->GetLocationAtIndex(bp_loc_idx); in ToggleBreakpointOnSelectedLine()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7199 result = (arg1)->GetLocationAtIndex(arg2); in _wrap_SBBreakpoint_GetLocationAtIndex()