Home
last modified time | relevance | path

Searched refs:site_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DThreadPlanStepOut.cpp212 …BreakpointSiteSP site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByID (stop_info_sp->G… in DoPlanExplainsStop() local
213 if (site_sp && site_sp->IsBreakpointAtThisSite (m_return_bp_id)) in DoPlanExplainsStop()
246 if (site_sp->GetNumberOfOwners() == 1) in DoPlanExplainsStop()
/external/lldb/source/Breakpoint/
DBreakpointSiteList.cpp56 BreakpointSiteSP site_sp (FindByID (site_id)); in ShouldStop() local
57 if (site_sp) in ShouldStop()
62 return site_sp->ShouldStop (context); in ShouldStop()