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.cpp95 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint()
108 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules()
117 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
164 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 ()()
128 BreakpointSP keep_bkpt_alive_sp = cur_loc_sp->GetBreakpoint().shared_from_this(); in ShouldStop()
159 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointResolverScripted.cpp58 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet()
100 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter();
H A DBreakpointLocation.cpp64 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint() function in BreakpointLocation
352 uint32_t owner_ignore = GetBreakpoint().GetIgnoreCount(); in IgnoreCountShouldStop()
468 process_sp->RemoveConstituentFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite()
471 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
H A DBreakpointResolver.cpp339 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
350 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
H A DBreakpointResolverName.cpp83 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName()
327 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
H A DBreakpointSite.cpp66 if (m_constituents.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
H A DBreakpointResolverFileLine.cpp196 Target &target = GetBreakpoint()->GetTarget(); in DeduceSourceMapping()
H A DBreakpoint.cpp1036 BreakpointSP Breakpoint::BreakpointEventData::GetBreakpoint() const { in GetBreakpoint() function in Breakpoint::BreakpointEventData
1049 break_id_t bkpt_id = GetBreakpoint()->GetID(); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp117 Breakpoint & bkpt = bp_loc_sp->GetBreakpoint(); in StoreBPInfo()
126 ->GetBreakpoint() in StoreBPInfo()
198 ->GetBreakpoint() in GetDescription()
400 loc->GetBreakpoint().shared_from_this()); in PerformAction()
412 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
433 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
438 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
515 if (!bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
545 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
551 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
[all …]
H A DLanguageRuntime.cpp163 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
H A DThreadPlanCallFunction.cpp297 Breakpoint &bp = bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp411 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp162 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
H A DProcess.cpp1700 constituent->GetBreakpoint().GetID(), constituent->GetID(), in CreateBreakpointSite()
1738 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() {
456 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint()
448 SBBreakpoint SBBreakpointLocation::GetBreakpoint() { GetBreakpoint() function in SBBreakpointLocation
H A DSBThread.cpp251 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
/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.h52 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.cpp505 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5326 stream.Printf("%i.%i: ", breakpoint_location->GetBreakpoint().GetID(), in TreeDelegateDrawTreeItem()
5452 BreakpointSP GetBreakpoint(const TreeItem &item) { in GetBreakpoint() function in BreakpointTreeDelegate
5459 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateDrawTreeItem()
5468 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateGenerateChildren()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10544 result = (arg1)->GetBreakpoint(); in _wrap_SBBreakpointLocation_GetBreakpoint()