Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp114 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume()
152 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
H A DThread.cpp640 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1905 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DStopInfo.cpp913 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp856 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
H A DProcess.cpp1676 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp496 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
511 process_sp->GetBreakpointSiteList().FindByAddress( in GetStopInfoForHardwareBP()
681 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
724 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
758 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h124 DNBBreakpoint *FindByAddress(nub_addr_t addr);
125 const DNBBreakpoint *FindByAddress(nub_addr_t addr) const;
H A 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
H A DChangeLog738 FindByAddress().
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp56 BreakpointLocationSP bp_loc_sp = FindByAddress(addr); in FindIDByAddress()
96 BreakpointLocationList::FindByAddress(const Address &addr) const { in FindByAddress() function in BreakpointLocationList
213 BreakpointLocationSP bp_loc_sp(FindByAddress(addr)); in AddLocation()
H A DBreakpointSiteList.cpp51 BreakpointSiteSP bp = FindByAddress(addr); in FindIDByAddress()
132 BreakpointSiteSP BreakpointSiteList::FindByAddress(lldb::addr_t addr) { in FindByAddress() function in BreakpointSiteList
H A DWatchpointList.cpp52 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress() function in WatchpointList
122 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress()
H A DBreakpoint.cpp268 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h57 lldb::BreakpointSiteSP FindByAddress(lldb::addr_t addr);
H A DBreakpointLocationList.h49 const lldb::BreakpointLocationSP FindByAddress(const Address &addr) const;
H A DWatchpointList.h70 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp384 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
453 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1715 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1731 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1765 GetTarget().GetWatchpointList().FindByAddress(wp_hit_addr); in SetThreadStopInfo()
1767 wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
1816 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
1838 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
2199 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp367 return m_process->Breakpoints().FindByAddress(GetPC()); in CurrentBreakpoint()
H A DMachProcess.mm1843 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr);
1870 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr);
1918 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr);
2064 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr);
2109 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr);
2182 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp570 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp683 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp639 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()