Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp116 m_break_id = bp_loc_sp->GetBreakpoint().GetID(); in StoreBPInfo()
117 m_was_one_shot = bp_loc_sp->GetBreakpoint().IsOneShot(); in StoreBPInfo()
176 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
201 ->GetBreakpoint() in GetDescription()
357 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
400 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
416 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
422 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
427 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
517 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
[all …]
H A DThreadPlanCallFunction.cpp324 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp398 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp154 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
H A DProcess.cpp1890 owner->GetBreakpoint().GetID(), owner->GetID(), in CreateBreakpointSite()
1928 load_addr, owner->GetBreakpoint().GetID(), owner->GetID(), in CreateBreakpointSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp34 FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add()
57 return m_break_id == bp_loc->GetBreakpoint().GetID() && in operator ()()
162 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointLocation.cpp68 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint() function in BreakpointLocation
480 process_sp->RemoveOwnerFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite()
483 m_bp_site_sp->RemoveOwner(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
H A DBreakpointSite.cpp61 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
H A DBreakpoint.cpp1059 BreakpointSP &Breakpoint::BreakpointEventData::GetBreakpoint() { in GetBreakpoint() function in Breakpoint::BreakpointEventData
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp182 loc_sp->GetBreakpoint() in SetScriptCallbackFunction()
205 loc_sp->GetBreakpoint() in SetScriptCallbackBody()
365 SBBreakpoint SBBreakpointLocation::GetBreakpoint() { in GetBreakpoint() function in SBBreakpointLocation
373 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint()
H A DSBThread.cpp244 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h83 SBBreakpoint GetBreakpoint();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h64 Breakpoint &GetBreakpoint();
H A DBreakpoint.h118 lldb::BreakpointSP &GetBreakpoint();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp299 ->GetBreakpoint() in SetRendezvousBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp645 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()