Searched refs:FindByID (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h68 lldb::BreakpointSiteSP FindByID(lldb::break_id_t breakID);
80 const lldb::BreakpointSiteSP FindByID(lldb::break_id_t breakID) const;
H A DBreakpointLocationList.h60 lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
H A DWatchpointList.h86 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp39 BreakpointSiteSP site_sp(FindByID(site_id));
111 BreakpointSiteSP BreakpointSiteList::FindByID(lldb::break_id_t break_id) { function in class:BreakpointSiteList
122 BreakpointSiteList::FindByID(lldb::break_id_t break_id) const { function in class:BreakpointSiteList
H A DBreakpointLocationList.cpp44 BreakpointLocationSP bp = FindByID(break_id);
69 BreakpointLocationList::FindByID(lldb::break_id_t break_id) const { function in class:BreakpointLocationList
H A DWatchpointList.cpp112 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { function in class:WatchpointList
199 WatchpointSP wp_sp = FindByID(watch_id);
H A DBreakpoint.cpp269 return m_locations.FindByID(bp_loc_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp108 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
126 process_sp->GetBreakpointSiteList().FindByID(m_value));
141 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
168 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
189 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
281 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
654 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(
696 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(
H A DThreadPlanStepThrough.cpp251 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value);
H A DThreadPlanStepUntil.cpp161 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(
H A DThreadPlanCallFunction.cpp290 bp_site_sp = process_sp->GetBreakpointSiteList().FindByID(break_site_id);
H A DThreadPlanStepRange.cpp404 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id);
H A DThreadPlanStepOut.cpp299 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(
H A DStackFrameList.cpp150 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id));
H A DTarget.cpp1277 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id);
1296 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id);
1312 WatchpointSP watch_to_remove_sp = m_watchpoint_list.FindByID(watch_id);
1332 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id);
H A DProcess.cpp1581 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id);
1595 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp432 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
542 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
614 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
H A DCommandObjectWatchpoint.cpp261 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get();
756 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]);
H A DCommandObjectProcess.cpp571 process->GetBreakpointSiteList().FindByID(bp_site_id));
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp182 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID(
233 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID(
H A DSBTarget.cpp1395 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2356 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id);

Completed in 595 milliseconds