Searched refs:loc_sp (Results 1 – 6 of 6) sorted by relevance
77 if (loc_sp) { in GetAddress()90 if (loc_sp) { in GetLoadAddress()103 if (loc_sp) { in SetEnabled()114 if (loc_sp) { in IsEnabled()126 if (loc_sp) { in GetHitCount()138 if (loc_sp) { in GetIgnoreCount()150 if (loc_sp) { in SetIgnoreCount()161 if (loc_sp) { in SetCondition()172 if (loc_sp) { in GetCondition()278 if (!loc_sp) in SetCommandLineCommands()[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()