| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 97 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 D | BreakpointLocationCollection.cpp | 28 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 D | BreakpointResolverScripted.cpp | 58 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet() 102 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() 329 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 | BreakpointResolverFileLine.cpp | 196 Target &target = GetBreakpoint()->GetTarget(); in DeduceSourceMapping()
|
| H A D | Breakpoint.cpp | 1056 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 D | StopInfo.cpp | 116 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 D | LanguageRuntime.cpp | 163 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
|
| H A D | ThreadPlanCallFunction.cpp | 297 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepRange.cpp | 410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| H A D | StackFrameList.cpp | 159 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 235 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 D | SBThread.cpp | 251 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 136 GetBreakpoint ();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 89 SBBreakpoint GetBreakpoint();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 63 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
|
| H A D | BreakpointLocation.h | 52 Breakpoint &GetBreakpoint();
|
| H A D | Breakpoint.h | 117 lldb::BreakpointSP GetBreakpoint() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 291 ->GetBreakpoint() in SetRendezvousBreakpoint()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 575 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5303 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()
|