| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSiteList.h | 68 lldb::BreakpointSiteSP FindByID(lldb::break_id_t breakID); 80 const lldb::BreakpointSiteSP FindByID(lldb::break_id_t breakID) const;
|
| H A D | BreakpointLocationList.h | 60 lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
|
| H A D | WatchpointList.h | 92 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointSiteList.cpp | 39 BreakpointSiteSP site_sp(FindByID(site_id)); in ShouldStop() 111 BreakpointSiteSP BreakpointSiteList::FindByID(lldb::break_id_t break_id) { in FindByID() function in BreakpointSiteList 122 BreakpointSiteList::FindByID(lldb::break_id_t break_id) const { in FindByID() function in BreakpointSiteList
|
| H A D | WatchpointList.cpp | 111 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID() function in WatchpointList 198 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop()
|
| H A D | BreakpointLocationList.cpp | 43 BreakpointLocationSP bp = FindByID(break_id); in ShouldStop() 68 BreakpointLocationList::FindByID(lldb::break_id_t break_id) const { in FindByID() function in BreakpointLocationList
|
| H A D | Breakpoint.cpp | 276 return m_locations.FindByID(bp_loc_id); in FindLocationByID()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 110 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo() 139 process_sp->GetBreakpointSiteList().FindByID(m_value)); in IsValidForOperatingSystemThread() 154 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in ShouldStopSynchronous() 186 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetDescription() 277 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in PerformAction() 792 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous() 887 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
|
| 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 | 292 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepRange.cpp | 396 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
|
| H A D | ThreadPlanStepOut.cpp | 295 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue())); in DoPlanExplainsStop()
|
| H A D | StackFrameList.cpp | 154 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
|
| H A D | Target.cpp | 1309 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() 1328 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() 1344 WatchpointSP watch_to_remove_sp = m_watchpoint_list.FindByID(watch_id); in RemoveWatchpointByID() 1364 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID()
|
| H A D | Process.cpp | 1592 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in DisableBreakpointSiteByID() 1606 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in EnableBreakpointSiteByID()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 399 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 506 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 574 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 255 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get(); in DoExecute() 776 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 570 process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 326 = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBThread.cpp | 181 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataCount() 239 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataAtIndex()
|
| H A D | SBTarget.cpp | 1315 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 409 GetTarget().GetWatchpointList().FindByID(id)) in RefreshStateAfterStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 2167 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|