Home
last modified time | relevance | path

Searched refs:IsBreakpointAtThisSite (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DStopPointSiteList.cpp30 return pos->second->IsBreakpointAtThisSite(bp_id); in StopPointSiteContainsBreakpoint()
H A DBreakpointSite.cpp62 bool BreakpointSite::IsBreakpointAtThisSite(lldb::break_id_t bp_id) { in IsBreakpointAtThisSite() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepUntil.cpp165 if (this_site->IsBreakpointAtThisSite(m_return_bp_id)) { in AnalyzeStop()
194 if (this_site->IsBreakpointAtThisSite((*pos).second)) { in AnalyzeStop()
H A DThreadPlanStepThrough.cpp252 cur_site_sp->IsBreakpointAtThisSite(m_backstop_bkpt_id)) { in HitOurBackstopBreakpoint()
H A DThreadPlanStepOut.cpp296 if (site_sp && site_sp->IsBreakpointAtThisSite(m_return_bp_id)) { in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp399 else if (!bp_site_sp->IsBreakpointAtThisSite(m_next_branch_bp_sp->GetID())) in NextRangeBreakpointExplainsStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h181 bool IsBreakpointAtThisSite(lldb::break_id_t bp_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp333 if (site_sp->IsBreakpointAtThisSite(break_sp->GetID())) { in DoPlanExplainsStop()