Home
last modified time | relevance | path

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

/freebsd-src/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.cpp624 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1911 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in StepIn()
H A DTarget.cpp910 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
H A DProcess.cpp1718 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in RemoveConstituentFromBreakpointSite()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp499 target->GetProcessSP()->GetWatchpointResourceList().FindByAddress( in GetStopInfoForHardwareBP()
512 process_sp->GetBreakpointSiteList().FindByAddress( in GetStopInfoForHardwareBP()
682 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
739 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
768 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
/freebsd-src/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.cpp
H A DBreakpoint.cpp258 return m_locations.FindByAddress(addr); in AddLocation()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResourceList.h
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-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1611 thread->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in CalculateThreadStopInfo()
1750 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1766 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1826 m_watchpoint_resource_list.FindByAddress(wp_hit_addr); in SetThreadStopInfo()
1835 wp_resource_sp = m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
1886 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
1907 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
2269 m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()