Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp305 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/
DThreadPlanStepOverBreakpoint.cpp123 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume()
163 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
DThread.cpp637 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1893 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
DStopInfo.cpp767 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
DTarget.cpp824 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
DProcess.cpp1780 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.h124 DNBBreakpoint *FindByAddress(nub_addr_t addr);
125 const DNBBreakpoint *FindByAddress(nub_addr_t addr) const;
DDNBBreakpoint.cpp69 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
DChangeLog738 FindByAddress().
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp57 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()
DBreakpointSiteList.cpp51 BreakpointSiteSP bp = FindByAddress(addr); in FindIDByAddress()
132 BreakpointSiteSP BreakpointSiteList::FindByAddress(lldb::addr_t addr) { in FindByAddress() function in BreakpointSiteList
DWatchpointList.cpp53 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress() function in WatchpointList
123 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress()
DBreakpoint.cpp268 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h57 lldb::BreakpointSiteSP FindByAddress(lldb::addr_t addr);
DBreakpointLocationList.h49 const lldb::BreakpointLocationSP FindByAddress(const Address &addr) const;
DWatchpointList.h64 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp448 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/
DProcessWindows.cpp396 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
444 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1810 .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/
DMachThread.cpp367 return m_process->Breakpoints().FindByAddress(GetPC()); in CurrentBreakpoint()
DMachProcess.mm1812 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/
DDNBArchImplARM64.cpp536 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp683 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp639 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()