| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSiteList.h | |
| H A D | StopPointSiteList.h | 86 StopPointSiteSP FindByID(typename StopPointSite::SiteID site_id) { in FindByID() function 104 const StopPointSiteSP FindByID(typename StopPointSite::SiteID site_id) const { in FindByID() function 229 if (StopPointSiteSP site_sp = FindByID(site_id)) { in ShouldStop()
|
| H A D | BreakpointLocationList.h | 60 lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
|
| H A D | WatchpointList.h | 91 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointSiteList.cpp | |
| H A D | WatchpointList.cpp | 111 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID() function in WatchpointList 199 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop()
|
| H A D | BreakpointLocationList.cpp | 45 BreakpointLocationSP bp = FindByID(break_id); in ShouldStop() 70 BreakpointLocationList::FindByID(lldb::break_id_t break_id) const { in FindByID() function in BreakpointLocationList
|
| H A D | Watchpoint.cpp | 161 target_sp->GetWatchpointList().FindByID(wvc->watch_id); in VariableWatchpointDisabler()
|
| H A D | Breakpoint.cpp | 315 return m_locations.FindByID(bp_loc_id); in FindLocationByID()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 112 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() 815 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous() 907 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
|
| H A D | ThreadPlanStepRange.cpp | 306 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in IsNextBranchBreakpointStop() 467 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
|
| H A D | ThreadPlanStepThrough.cpp | 250 m_process.GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
|
| H A D | ThreadPlanStepUntil.cpp | 159 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue()); in AnalyzeStop()
|
| H A D | ThreadPlanCallFunction.cpp | 303 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepOut.cpp | 335 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue())); in DoPlanExplainsStop()
|
| H A D | Target.cpp | 1449 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() 1468 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() 1484 WatchpointSP watch_to_remove_sp = m_watchpoint_list.FindByID(watch_id); in RemoveWatchpointByID() 1504 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID()
|
| H A D | Process.cpp | 1575 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in DisableBreakpointSiteByID() 1589 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in EnableBreakpointSiteByID()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 388 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 482 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 537 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 252 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() 738 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 516 process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 326 = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 321 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 182 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataCount() 244 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataAtIndex()
|
| H A D | SBTarget.cpp | 1290 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1962 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|