Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverAddress.cpp100 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()
DBreakpointLocationCollection.cpp29 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()
DBreakpointResolverScripted.cpp59 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet()
105 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
DBreakpointLocation.cpp66 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint() function in BreakpointLocation
474 process_sp->RemoveOwnerFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite()
477 m_bp_site_sp->RemoveOwner(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
DBreakpointResolver.cpp330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
341 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
DBreakpointResolverName.cpp85 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName()
328 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
DBreakpointSite.cpp68 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
DBreakpoint.cpp1045 BreakpointSP &Breakpoint::BreakpointEventData::GetBreakpoint() { in GetBreakpoint() function in Breakpoint::BreakpointEventData
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp113 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()
353 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
384 location_owners.push_back(loc->GetBreakpoint().shared_from_this()); in PerformAction()
396 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
413 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
419 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
424 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
[all …]
DLanguageRuntime.cpp164 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
DThreadPlanCallFunction.cpp291 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
DThreadPlanStepRange.cpp410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
DStackFrameList.cpp155 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
DProcess.cpp1762 owner->GetBreakpoint().GetID(), owner->GetID(), in CreateBreakpointSite()
1800 load_addr, owner->GetBreakpoint().GetID(), owner->GetID(), in CreateBreakpointSite()
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp231 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()
DSBThread.cpp244 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointlocation.py25 breakpoint = obj.GetBreakpoint()
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointLocation.i136 GetBreakpoint ();
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h87 SBBreakpoint GetBreakpoint();
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolver.h62 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
DBreakpointLocation.h52 Breakpoint &GetBreakpoint();
DBreakpoint.h112 lldb::BreakpointSP &GetBreakpoint();
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp301 ->GetBreakpoint() in SetRendezvousBreakpoint()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp538 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp796 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
829 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
893 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()