Home
last modified time | relevance | path

Searched refs:loc_sp (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp77 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 …]
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSite.cpp154 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in BumpHitCounts() local
155 loc_sp->BumpHitCount(); in BumpHitCounts()
204 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in CopyOwnersList() local
205 out_collection.Add(loc_sp); in CopyOwnersList()
H A DBreakpointResolverAddress.cpp147 BreakpointLocationSP loc_sp = breakpoint.GetLocationAtIndex(0); in SearchCallback() local
152 loc_sp->ClearBreakpointSite(); in SearchCallback()
153 loc_sp->ResolveBreakpointSite(); in SearchCallback()
H A DBreakpoint.cpp812 for (BreakpointLocationSP loc_sp : in ModuleReplaced() local
814 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()
816 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
825 for (BreakpointLocationSP loc_sp : in ModuleReplaced() local
827 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
H A DBreakpointLocationList.cpp311 for (BreakpointLocationSP loc_sp : m_locations) { in Compact() local
312 lldb::break_id_t cur_id = loc_sp->GetID(); in Compact()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp633 BreakpointLocationSP loc_sp in DoExecute() local
635 if (loc_sp->IsEnabled()) { in DoExecute()
642 BreakpointLocationSP loc_sp = bp_sp->FindLocationByID(loc_id); in DoExecute() local
643 if (loc_sp->IsEnabled()) in DoExecute()
697 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute() local
701 && loc_sp->IsEnabled()) { in DoExecute()
703 loc_sp->SetEnabled(false); in DoExecute()
753 BreakpointLocationSP loc_sp in DoExecute() local
755 if (loc_sp) in DoExecute()
756 loc_sp->SetEnabled(true); in DoExecute()