Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp121 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume()
159 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
H A DThread.cpp642 process_sp->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupToStepOverBreakpointIfNeeded()
1959 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DTarget.cpp1000 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
H A DProcess.cpp1659 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp596 process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
728 process_sp->GetBreakpointSiteList().FindByAddress(*address); in CreateStopReasonWithMachException()
730 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
757 target->GetProcessSP()->GetWatchpointResourceList().FindByAddress( in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp58 BreakpointLocationSP bp_loc_sp = FindByAddress(addr); in FindIDByAddress()
97 BreakpointLocationList::FindByAddress(const Address &addr) const { in FindByAddress() function in BreakpointLocationList
220 BreakpointLocationSP bp_loc_sp(FindByAddress(addr)); in AddLocation()
H A DBreakpointSiteList.cpp
H A DWatchpointList.cpp54 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.cpp307 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h70 StopPointSiteSP FindByAddress(lldb::addr_t addr) { in FindByAddress() function
122 if (StopPointSiteSP site = FindByAddress(addr)) in FindIDByAddress()
H A DBreakpointSiteList.h
H A DBreakpointLocationList.h49 const lldb::BreakpointLocationSP FindByAddress(const Address &addr) const;
H A DWatchpointList.h69 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp238 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)) in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1785 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
1877 m_watchpoint_resource_list.FindByAddress(wp_hit_addr); in SetThreadStopInfo()
1886 wp_resource_sp = m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
1961 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
2351 m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()