Searched refs:IsBreakpointAtThisSite (Results 1 – 8 of 8) sorted by relevance
165 if (this_site->IsBreakpointAtThisSite(m_return_bp_id)) { in AnalyzeStop() 194 if (this_site->IsBreakpointAtThisSite((*pos).second)) { in AnalyzeStop()
252 cur_site_sp->IsBreakpointAtThisSite(m_backstop_bkpt_id)) { in HitOurBackstopBreakpoint()
336 if (site_sp && site_sp->IsBreakpointAtThisSite(m_return_bp_id)) { in DoPlanExplainsStop()
309 else if (!bp_site_sp->IsBreakpointAtThisSite(m_next_branch_bp_sp->GetID())) in IsNextBranchBreakpointStop()
186 bool IsBreakpointAtThisSite(lldb::break_id_t bp_id);
62 bool BreakpointSite::IsBreakpointAtThisSite(lldb::break_id_t bp_id) { in IsBreakpointAtThisSite() function in BreakpointSite
333 if (site_sp->IsBreakpointAtThisSite(break_sp->GetID())) { in DoPlanExplainsStop()