Home
last modified time | relevance | path

Searched refs:GetBreakpoint (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp97 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint()
110 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules()
119 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
166 m_addr.Dump(s, GetBreakpoint()->GetTarget().GetProcessSP().get(), in GetDescription()
H A DBreakpointLocationCollection.cpp28 FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add()
51 return m_break_id == bp_loc->GetBreakpoint().GetID() && in operator ()()
128 BreakpointSP keep_bkpt_alive_sp = cur_loc_sp->GetBreakpoint().shared_from_this(); in ShouldStop()
159 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointResolverScripted.cpp58 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet()
102 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
H A DBreakpointLocation.cpp65 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint() function in BreakpointLocation
359 uint32_t owner_ignore = GetBreakpoint().GetIgnoreCount(); in IgnoreCountShouldStop()
475 process_sp->RemoveOwnerFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite()
478 m_bp_site_sp->RemoveOwner(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
H A DBreakpointResolver.cpp330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
341 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
H A DBreakpointResolverName.cpp85 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName()
329 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
H A DBreakpointSite.cpp68 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
H A DBreakpointResolverFileLine.cpp196 Target &target = GetBreakpoint()->GetTarget(); in DeduceSourceMapping()
H A DBreakpoint.cpp1056 BreakpointSP Breakpoint::BreakpointEventData::GetBreakpoint() const { in GetBreakpoint() function in Breakpoint::BreakpointEventData
1069 break_id_t bkpt_id = GetBreakpoint()->GetID(); in Dump()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp116 Breakpoint & bkpt = bp_loc_sp->GetBreakpoint(); in StoreBPInfo()
124 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in StoreBPInfo()
195 ->GetBreakpoint() in GetDescription()
395 location_owners.push_back(loc->GetBreakpoint().shared_from_this()); in PerformAction()
407 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
424 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
430 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
435 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
545 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
547 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
H A DLanguageRuntime.cpp163 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
H A DThreadPlanCallFunction.cpp297 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp159 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp235 error = loc_sp->GetBreakpoint() in SetScriptCallbackFunction()
262 loc_sp->GetBreakpoint() in SetScriptCallbackBody()
447 SBBreakpoint SBBreakpointLocation::GetBreakpoint() { in GetBreakpoint() function in SBBreakpointLocation
456 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint()
H A DSBThread.cpp251 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpointLocation.i136 GetBreakpoint ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointLocation.h89 SBBreakpoint GetBreakpoint();
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h63 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
H A DBreakpointLocation.h52 Breakpoint &GetBreakpoint();
H A DBreakpoint.h117 lldb::BreakpointSP GetBreakpoint() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp291 ->GetBreakpoint() in SetRendezvousBreakpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp796 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
829 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
893 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp575 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5303 stream.Printf("%i.%i: ", breakpoint_location->GetBreakpoint().GetID(), in TreeDelegateDrawTreeItem()
5430 BreakpointSP GetBreakpoint(const TreeItem &item) { in GetBreakpoint() function in BreakpointTreeDelegate
5437 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateDrawTreeItem()
5446 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateGenerateChildren()

12