Searched refs:loc_sp (Results 1 – 5 of 5) sorted by relevance
81 BreakpointLocationSP loc_sp = GetSP(); in GetAddress() local82 if (loc_sp) { in GetAddress()83 return LLDB_RECORD_RESULT(SBAddress(loc_sp->GetAddress())); in GetAddress()94 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress() local96 if (loc_sp) { in GetLoadAddress()98 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()99 ret_addr = loc_sp->GetLoadAddress(); in GetLoadAddress()108 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled() local109 if (loc_sp) { in SetEnabled()111 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()
151 BreakpointLocationSP loc_sp = breakpoint.GetLocationAtIndex(0); in SearchCallback() local156 loc_sp->ClearBreakpointSite(); in SearchCallback()157 loc_sp->ResolveBreakpointSite(); in SearchCallback()
826 for (BreakpointLocationSP loc_sp : in ModuleReplaced() local828 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()830 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()839 for (BreakpointLocationSP loc_sp : in ModuleReplaced() local841 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
306 for (BreakpointLocationSP loc_sp : m_locations) { in Compact() local307 lldb::break_id_t cur_id = loc_sp->GetID(); in Compact()