Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp35 thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress( in ThreadPlanStepOverBreakpoint()
123 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume()
163 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
DStopInfo.cpp108 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo()
126 process_sp->GetBreakpointSiteList().FindByID(m_value)); in IsValidForOperatingSystemThread()
141 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in ShouldStopSynchronous()
168 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in DoShouldNotify()
189 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetDescription()
281 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in PerformAction()
DThreadPlanStepThrough.cpp250 m_process.GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
DThreadPlanStepUntil.cpp158 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue()); in AnalyzeStop()
DThreadPlanCallFunction.cpp286 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
DThreadPlanStepOut.cpp294 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue())); in DoPlanExplainsStop()
DThreadPlanStepRange.cpp396 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
DStackFrameList.cpp150 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
DThread.cpp637 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1893 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
DProcess.cpp1670 BreakpointSiteList &Process::GetBreakpointSiteList() { in GetBreakpointSiteList() function in Process
1674 const BreakpointSiteList &Process::GetBreakpointSiteList() const { in GetBreakpointSiteList() function in Process
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp320 process_sp->GetBreakpointSiteList().FindByAddress( in GetStopInfoForHardwareBP()
495 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp448 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify()
516 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in TraceNotify()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp321 = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
DAppleObjCRuntime.cpp451 return m_process->GetBreakpointSiteList().BreakpointSiteContainsBreakpoint( in ExceptionBreakpointsExplainStop()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp396 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
444 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp529 return m_process->GetBreakpointSiteList().BreakpointSiteContainsBreakpoint( in ExceptionBreakpointsExplainStop()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2046 BreakpointSiteList &GetBreakpointSiteList();
2048 const BreakpointSiteList &GetBreakpointSiteList() const;
/external/llvm-project/lldb/source/API/
DSBThread.cpp181 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataCount()
232 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataAtIndex()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1809 ->GetBreakpointSiteList() in SetThreadStopInfo()
1827 ->GetBreakpointSiteList() in SetThreadStopInfo()
1891 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1915 ->GetBreakpointSiteList() in SetThreadStopInfo()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp533 process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute()