Searched refs:loc_sp (Results 1 – 6 of 6) sorted by relevance
76 BreakpointLocationSP loc_sp = GetSP(); in GetAddress() local77 if (loc_sp) { in GetAddress()78 return SBAddress(loc_sp->GetAddress()); in GetAddress()88 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress() local90 if (loc_sp) { in GetLoadAddress()92 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()93 ret_addr = loc_sp->GetLoadAddress(); in GetLoadAddress()102 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled() local103 if (loc_sp) { in SetEnabled()105 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()[all …]
154 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in BumpHitCounts() local155 loc_sp->BumpHitCount(); in BumpHitCounts()204 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in CopyOwnersList() local205 out_collection.Add(loc_sp); in CopyOwnersList()
147 BreakpointLocationSP loc_sp = breakpoint.GetLocationAtIndex(0); in SearchCallback() local152 loc_sp->ClearBreakpointSite(); in SearchCallback()153 loc_sp->ResolveBreakpointSite(); in SearchCallback()
812 for (BreakpointLocationSP loc_sp : in ModuleReplaced() local814 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()816 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()825 for (BreakpointLocationSP loc_sp : in ModuleReplaced() local827 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
311 for (BreakpointLocationSP loc_sp : m_locations) { in Compact() local312 lldb::break_id_t cur_id = loc_sp->GetID(); in Compact()
633 BreakpointLocationSP loc_sp in DoExecute() local635 if (loc_sp->IsEnabled()) { in DoExecute()642 BreakpointLocationSP loc_sp = bp_sp->FindLocationByID(loc_id); in DoExecute() local643 if (loc_sp->IsEnabled()) in DoExecute()697 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute() local701 && loc_sp->IsEnabled()) { in DoExecute()703 loc_sp->SetEnabled(false); in DoExecute()753 BreakpointLocationSP loc_sp in DoExecute() local755 if (loc_sp) in DoExecute()756 loc_sp->SetEnabled(true); in DoExecute()