Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp97 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint()
110 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules()
120 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
168 m_addr.Dump(s, GetBreakpoint()->GetTarget().GetProcessSP().get(), in GetDescription()
H A DBreakpointLocationCollection.cpp28 FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add()
51 return m_break_id == bp_loc->GetBreakpoint().GetID() && in operator ()()
126 BreakpointSP keep_bkpt_alive_sp = cur_loc_sp->GetBreakpoint().shared_from_this(); in ShouldStop()
157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointResolverScripted.cpp58 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet()
101 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
H A DBreakpointLocation.cpp65 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint() function in BreakpointLocation
345 uint32_t owner_ignore = GetBreakpoint().GetIgnoreCount(); in IgnoreCountShouldStop()
464 process_sp->RemoveConstituentFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite()
467 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
H A DBreakpointResolver.cpp357 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
368 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
H A DBreakpointResolverFileLine.cpp205 Target &target = GetBreakpoint()->GetTarget(); in DeduceSourceMapping()
302 Target &target = GetBreakpoint()->GetTarget(); in SearchCallback()
H A DBreakpointResolverName.cpp83 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName()
329 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
H A DBreakpointSite.cpp66 if (m_constituents.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
H A DBreakpoint.cpp1109 BreakpointSP Breakpoint::BreakpointEventData::GetBreakpoint() const { in GetBreakpoint() function in Breakpoint::BreakpointEventData
1122 break_id_t bkpt_id = GetBreakpoint()->GetID(); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp118 Breakpoint & bkpt = bp_loc_sp->GetBreakpoint(); in StoreBPInfo()
127 ->GetBreakpoint() in StoreBPInfo()
199 ->GetBreakpoint() in GetDescription()
421 loc->GetBreakpoint().shared_from_this()); in PerformAction()
433 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
454 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
459 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
536 if (!bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
566 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
572 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
[all …]
H A DLanguageRuntime.cpp163 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
H A DThreadPlanCallFunction.cpp308 Breakpoint &bp = bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp479 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DProcess.cpp1641 constituent->GetBreakpoint().GetID(), constituent->GetID(), in CreateBreakpointSite()
1679 load_addr, constituent->GetBreakpoint().GetID(), in CreateBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp234 error = loc_sp->GetBreakpoint() in SetScriptCallbackFunction()
261 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 DSBThread.cpp256 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocationExtensions.i13 …breakpoint = property(GetBreakpoint, doc='A read only property that returns the parent breakpoint …
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h100 SBBreakpoint GetBreakpoint();
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h63 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
H A DBreakpointLocation.h54 Breakpoint &GetBreakpoint();
H A DBreakpoint.h116 lldb::BreakpointSP GetBreakpoint() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp291 ->GetBreakpoint() in SetRendezvousBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp521 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5328 stream.Printf("%i.%i: ", breakpoint_location->GetBreakpoint().GetID(), in TreeDelegateDrawTreeItem()
5454 BreakpointSP GetBreakpoint(const TreeItem &item) { in GetBreakpoint() function in BreakpointTreeDelegate
5461 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateDrawTreeItem()
5470 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateGenerateChildren()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10509 result = (arg1)->GetBreakpoint(); in _wrap_SBBreakpointLocation_GetBreakpoint()