Home
last modified time | relevance | path

Searched refs:GetBreakpointSiteList (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp36 thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress( in ThreadPlanStepOverBreakpoint()
121 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume()
159 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
H A DStopInfo.cpp112 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo()
143 process_sp->GetBreakpointSiteList().FindByID(m_value)); in IsValidForOperatingSystemThread()
158 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in ShouldStopSynchronous()
190 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetDescription()
259 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetSuggestedStackFrameIndex()
301 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in PerformAction()
H A DThreadPlanStepRange.cpp306 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in IsNextBranchBreakpointStop()
467 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
H A DThreadPlanStepThrough.cpp250 m_process.GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
H A DThreadPlanStepUntil.cpp159 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue()); in AnalyzeStop()
H A DThreadPlanCallFunction.cpp303 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
H A DThreadPlanStepOut.cpp335 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue())); in DoPlanExplainsStop()
H A DThread.cpp642 process_sp->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupToStepOverBreakpointIfNeeded()
1959 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DProcess.cpp1548 StopPointSiteList<BreakpointSite> &Process::GetBreakpointSiteList() { in GetBreakpointSiteList() function in Process
1553 Process::GetBreakpointSiteList() const { in GetBreakpointSiteList() function in Process
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp596 process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
728 process_sp->GetBreakpointSiteList().FindByAddress(*address); in CreateStopReasonWithMachException()
730 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
824 auto &bp_site_list = process_sp->GetBreakpointSiteList(); in WasContinueInterrupted()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp326 = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
H A DAppleObjCRuntime.cpp454 return m_process->GetBreakpointSiteList().StopPointSiteContainsBreakpoint( in ExceptionBreakpointsExplainStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp238 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)) in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp182 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataCount()
244 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp600 return m_process->GetBreakpointSiteList().StopPointSiteContainsBreakpoint( in ExceptionBreakpointsExplainStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2209 StopPointSiteList<lldb_private::BreakpointSite> &GetBreakpointSiteList();
2212 GetBreakpointSiteList() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1785 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
1961 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
5835 GetBreakpointSiteList().ForEach([this, enable](BreakpointSite *bp_site) { in DidForkSwitchSoftwareBreakpoints()
5848 GetBreakpointSiteList().ForEach([this, enable](BreakpointSite *bp_site) { in DidForkSwitchHardwareTraps()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp516 process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute()