Home
last modified time | relevance | path

Searched refs:FindByID (Results 1 – 24 of 24) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h92 StopPointSiteSP FindByID(typename StopPointSite::SiteID site_id) { in FindByID() function
110 const StopPointSiteSP FindByID(typename StopPointSite::SiteID site_id) const { in FindByID() function
235 if (StopPointSiteSP site_sp = FindByID(site_id)) { in ShouldStop()
H A DBreakpointLocationList.h60 lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
H A DWatchpointList.h92 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
/src/contrib/llvm-project/lldb/source/Target/
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()
794 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
886 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( 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 DThreadPlanStepRange.cpp397 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
H A DThreadPlanStepOut.cpp295 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue())); in DoPlanExplainsStop()
H A DStackFrameList.cpp156 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
H A DTarget.cpp1359 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID()
1378 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID()
1394 WatchpointSP watch_to_remove_sp = m_watchpoint_list.FindByID(watch_id); in RemoveWatchpointByID()
1414 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID()
H A DProcess.cpp1634 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in DisableBreakpointSiteByID()
1648 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in EnableBreakpointSiteByID()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp387 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
481 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
536 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
H A DCommandObjectWatchpoint.cpp252 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
738 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
H A DCommandObjectProcess.cpp500 process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp113 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID() function in WatchpointList
201 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop()
H A DBreakpointLocationList.cpp43 BreakpointLocationSP bp = FindByID(break_id); in ShouldStop()
68 BreakpointLocationList::FindByID(lldb::break_id_t break_id) const { in FindByID() function in BreakpointLocationList
H A DWatchpoint.cpp161 target_sp->GetWatchpointList().FindByID(wvc->watch_id); in VariableWatchpointDisabler()
H A DBreakpoint.cpp266 return m_locations.FindByID(bp_loc_id); in FindLocationByID()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp326 = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/src/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()
H A DSBTarget.cpp1324 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1995 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()