| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StopInfo.cpp | 116 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 D | ThreadPlanCallFunction.cpp | 324 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepRange.cpp | 398 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| H A D | StackFrameList.cpp | 154 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
|
| H A D | Process.cpp | 1890 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 D | BreakpointLocationCollection.cpp | 34 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 D | BreakpointLocation.cpp | 68 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 D | BreakpointSite.cpp | 61 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
|
| H A D | Breakpoint.cpp | 1059 BreakpointSP &Breakpoint::BreakpointEventData::GetBreakpoint() { in GetBreakpoint() function in Breakpoint::BreakpointEventData
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 182 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 D | SBThread.cpp | 244 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 83 SBBreakpoint GetBreakpoint();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 64 Breakpoint &GetBreakpoint();
|
| H A D | Breakpoint.h | 118 lldb::BreakpointSP &GetBreakpoint();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 299 ->GetBreakpoint() in SetRendezvousBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 645 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
|