/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 305 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP() 320 process_sp->GetBreakpointSiteList().FindByAddress( in GetStopInfoForHardwareBP() 418 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException() 461 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException() 495 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanStepOverBreakpoint.cpp | 123 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume() 163 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
|
D | Thread.cpp | 637 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume() 1893 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
|
D | StopInfo.cpp | 767 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
|
D | Target.cpp | 824 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
|
D | Process.cpp | 1780 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBBreakpoint.h | 124 DNBBreakpoint *FindByAddress(nub_addr_t addr); 125 const DNBBreakpoint *FindByAddress(nub_addr_t addr) const;
|
D | DNBBreakpoint.cpp | 69 DNBBreakpoint *DNBBreakpointList::FindByAddress(nub_addr_t addr) { in FindByAddress() function in DNBBreakpointList 77 const DNBBreakpoint *DNBBreakpointList::FindByAddress(nub_addr_t addr) const { in FindByAddress() function in DNBBreakpointList
|
D | ChangeLog | 738 FindByAddress().
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointLocationList.cpp | 57 BreakpointLocationSP bp_loc_sp = FindByAddress(addr); in FindIDByAddress() 97 BreakpointLocationList::FindByAddress(const Address &addr) const { in FindByAddress() function in BreakpointLocationList 208 BreakpointLocationSP bp_loc_sp(FindByAddress(addr)); in AddLocation()
|
D | BreakpointSiteList.cpp | 51 BreakpointSiteSP bp = FindByAddress(addr); in FindIDByAddress() 132 BreakpointSiteSP BreakpointSiteList::FindByAddress(lldb::addr_t addr) { in FindByAddress() function in BreakpointSiteList
|
D | WatchpointList.cpp | 53 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress() function in WatchpointList 123 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress()
|
D | Breakpoint.cpp | 268 return m_locations.FindByAddress(addr); in FindLocationByAddress()
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointSiteList.h | 57 lldb::BreakpointSiteSP FindByAddress(lldb::addr_t addr);
|
D | BreakpointLocationList.h | 49 const lldb::BreakpointLocationSP FindByAddress(const Address &addr) const;
|
D | WatchpointList.h | 64 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | FreeBSDThread.cpp | 448 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify() 500 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify() 516 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in TraceNotify()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 396 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop() 444 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1810 .FindByAddress(pc); in SetThreadStopInfo() 1828 .FindByAddress(pc); in SetThreadStopInfo() 1860 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo() 1864 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo() 1891 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo() 1916 .FindByAddress(pc); in SetThreadStopInfo() 2283 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThread.cpp | 367 return m_process->Breakpoints().FindByAddress(GetPC()); in CurrentBreakpoint()
|
D | MachProcess.mm | 1812 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr); 1839 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr); 1887 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr); 2033 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr); 2078 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr); 2151 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr);
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.cpp | 536 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.cpp | 683 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.cpp | 639 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
|