| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 100 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint() 113 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules() 122 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback() 170 m_addr.Dump(s, GetBreakpoint()->GetTarget().GetProcessSP().get(), in GetDescription()
|
| H A D | BreakpointLocationCollection.cpp | 29 FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add() 52 return m_break_id == bp_loc->GetBreakpoint().GetID() && in operator ()() 157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
| H A D | BreakpointResolverScripted.cpp | 59 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet() 105 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
|
| H A D | BreakpointLocation.cpp | 65 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 D | BreakpointResolver.cpp | 330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation() 341 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
|
| H A D | BreakpointResolverName.cpp | 85 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName() 332 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
|
| H A D | BreakpointSite.cpp | 68 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
|
| H A D | Breakpoint.cpp | 1026 BreakpointSP &Breakpoint::BreakpointEventData::GetBreakpoint() { in GetBreakpoint() function in Breakpoint::BreakpointEventData
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 113 m_break_id = bp_loc_sp->GetBreakpoint().GetID(); in StoreBPInfo() 114 m_was_one_shot = bp_loc_sp->GetBreakpoint().IsOneShot(); in StoreBPInfo() 173 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify() 198 ->GetBreakpoint() in GetDescription() 367 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction() 410 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction() 427 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction() 433 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction() 438 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction() 542 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction() [all …]
|
| H A D | LanguageRuntime.cpp | 164 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
|
| H A D | ThreadPlanCallFunction.cpp | 291 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepRange.cpp | 409 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| H A D | StackFrameList.cpp | 158 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
|
| H A D | Process.cpp | 1627 owner->GetBreakpoint().GetID(), owner->GetID(), in CreateBreakpointSite() 1665 load_addr, owner->GetBreakpoint().GetID(), owner->GetID(), in CreateBreakpointSite()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 231 error = loc_sp->GetBreakpoint() in SetScriptCallbackFunction() 259 loc_sp->GetBreakpoint() in SetScriptCallbackBody() 455 SBBreakpoint SBBreakpointLocation::GetBreakpoint() { in GetBreakpoint() function in SBBreakpointLocation 457 GetBreakpoint); in GetBreakpoint() 465 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint() 530 GetBreakpoint, ()); in RegisterMethods()
|
| H A D | SBThread.cpp | 254 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 136 GetBreakpoint ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 87 SBBreakpoint GetBreakpoint();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 52 Breakpoint &GetBreakpoint();
|
| H A D | BreakpointResolver.h | 62 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
|
| H A D | Breakpoint.h | 112 lldb::BreakpointSP &GetBreakpoint();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 301 ->GetBreakpoint() in SetRendezvousBreakpoint()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 550 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 796 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback() 829 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback() 893 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 9435 result = (arg1)->GetBreakpoint(); in _wrap_SBBreakpointLocation_GetBreakpoint()
|