Home | History | Annotate | Download | only in Target

Lines Matching refs:bp_site_sp

144             BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
145 if (bp_site_sp)
147 if (bp_site_sp->GetNumberOfOwners() == 1)
149 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0);
156 m_address = bp_site_sp->GetLoadAddress();
180 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
181 if (bp_site_sp)
185 m_should_stop = bp_site_sp->ShouldStop (&context);
209 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
210 if (bp_site_sp)
214 for (uint32_t i = 0; i < bp_site_sp->GetNumberOfOwners(); i++)
216 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal())
236 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
237 if (bp_site_sp)
242 if (bp_site_sp->IsInternal())
244 size_t num_owners = bp_site_sp->GetNumberOfOwners();
247 const char *kind = bp_site_sp->GetOwnerAtIndex(idx)->GetBreakpoint().GetBreakpointKind();
257 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief);
336 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
338 if (bp_site_sp)
340 size_t num_owners = bp_site_sp->GetNumberOfOwners();
382 lldb::BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(j);
409 site_locations.Add(bp_site_sp->GetOwnerAtIndex(j));