• Home
  • Raw
  • Download

Lines Matching refs:bp_site_sp

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