Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp617 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1898 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DTarget.cpp909 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
H A DProcess.cpp1686 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp499 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
510 process_sp->GetBreakpointSiteList().FindByAddress( in GetStopInfoForHardwareBP()
679 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
758 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
787 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
/freebsd-14.2/contrib/llvm-project/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 DWatchpointList.cpp54 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress() function in WatchpointList
124 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress()
H A DWatchpointResourceList.cpp65 WatchpointResourceSP WatchpointResourceList::FindByAddress(addr_t addr) { in FindByAddress() function in WatchpointResourceList
H A DBreakpoint.cpp261 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResourceList.h64 lldb::WatchpointResourceSP FindByAddress(lldb::addr_t addr);
H A DStopPointSiteList.h76 StopPointSiteSP FindByAddress(lldb::addr_t addr) { in FindByAddress() function
128 if (StopPointSiteSP site = FindByAddress(addr)) in FindIDByAddress()
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;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1728 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1744 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1804 m_watchpoint_resource_list.FindByAddress(wp_hit_addr); in SetThreadStopInfo()
1813 wp_resource_sp = m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
1864 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
1886 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
2248 m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()