Home | History | Annotate | Download | only in gdb-remote

Lines Matching defs:bp_site_sp

1607                             lldb::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc);
1608 if (bp_site_sp)
1614 if (bp_site_sp->ValidForThisThread (thread_sp.get()))
1616 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID()));
1658 lldb::BreakpointSiteSP bp_site_sp
1660 if (bp_site_sp)
1665 if (bp_site_sp->ValidForThisThread (thread_sp.get()))
1667 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID()));