/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointSiteList.h | 68 lldb::BreakpointSiteSP FindByID(lldb::break_id_t breakID); 80 const lldb::BreakpointSiteSP FindByID(lldb::break_id_t breakID) const;
|
D | BreakpointLocationList.h | 60 lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
|
D | WatchpointList.h | 86 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
|
/external/llvm-project/lldb/source/Breakpoint/ |
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
|
D | WatchpointList.cpp | 112 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID() function in WatchpointList 199 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop()
|
D | BreakpointLocationList.cpp | 44 BreakpointLocationSP bp = FindByID(break_id); in ShouldStop() 69 BreakpointLocationList::FindByID(lldb::break_id_t break_id) const { in FindByID() function in BreakpointLocationList
|
D | Breakpoint.cpp | 276 return m_locations.FindByID(bp_loc_id); in FindLocationByID()
|
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 108 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() 654 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in ShouldStopSynchronous() 696 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
|
D | ThreadPlanStepThrough.cpp | 250 m_process.GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
|
D | ThreadPlanStepUntil.cpp | 158 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue()); in AnalyzeStop()
|
D | ThreadPlanCallFunction.cpp | 286 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
|
D | ThreadPlanStepOut.cpp | 294 m_process.GetBreakpointSiteList().FindByID(stop_info_sp->GetValue())); in DoPlanExplainsStop()
|
D | ThreadPlanStepRange.cpp | 396 m_process.GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
|
D | StackFrameList.cpp | 150 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
|
D | Target.cpp | 1285 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() 1304 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() 1320 WatchpointSP watch_to_remove_sp = m_watchpoint_list.FindByID(watch_id); in RemoveWatchpointByID() 1340 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID()
|
D | Process.cpp | 1696 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in DisableBreakpointSiteByID() 1710 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in EnableBreakpointSiteByID()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectWatchpointCommand.cpp | 432 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 542 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 614 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
|
D | CommandObjectWatchpoint.cpp | 261 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get(); in DoExecute() 796 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
|
D | CommandObjectProcess.cpp | 533 process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 321 = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
|
/external/llvm-project/lldb/source/API/ |
D | SBThread.cpp | 181 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataCount() 232 exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID( in GetStopReasonDataAtIndex()
|
D | SBTarget.cpp | 1414 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 421 GetTarget().GetWatchpointList().FindByID(id)) in RefreshStateAfterStop()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 2355 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | ChangeLog | 739 (DNBBreakpoint::FindBreakpointWithBreakID()): Renamed to FindByID().
|