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()
114 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume()
152 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
H A DStopInfo.cpp111 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo()
142 process_sp->GetBreakpointSiteList().FindByID(m_value)); in IsValidForOperatingSystemThread()
157 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in ShouldStopSynchronous()
189 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetDescription()
280 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in PerformAction()
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.cpp292 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
H A DThreadPlanStepOut.cpp295 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue())); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp397 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
H A DThread.cpp624 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1911 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DStackFrameList.cpp156 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
H A DProcess.cpp1607 StopPointSiteList<BreakpointSite> &Process::GetBreakpointSiteList() { in GetBreakpointSiteList() function in Process
1612 Process::GetBreakpointSiteList() const { in GetBreakpointSiteList() function in Process
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp512 process_sp->GetBreakpointSiteList().FindByAddress( in GetStopInfoForHardwareBP()
768 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
851 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/API/
H A DSBThread.cpp181 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataCount()
239 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp604 return m_process->GetBreakpointSiteList().StopPointSiteContainsBreakpoint( in ExceptionBreakpointsExplainStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1611 thread->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in CalculateThreadStopInfo()
1750 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1766 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1886 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
1907 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
5702 GetBreakpointSiteList().ForEach([this, enable](BreakpointSite *bp_site) { in DidForkSwitchSoftwareBreakpoints()
5715 GetBreakpointSiteList().ForEach([this, enable](BreakpointSite *bp_site) { in DidForkSwitchHardwareTraps()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2172 StopPointSiteList<lldb_private::BreakpointSite> &GetBreakpointSiteList();
2175 GetBreakpointSiteList() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp500 process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute()