Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp113 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in DoWillResume()
153 m_process.GetBreakpointSiteList().FindByAddress(m_breakpoint_addr)); in ReenableBreakpointSite()
H A DThread.cpp630 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1885 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DStopInfo.cpp804 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp836 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
H A DProcess.cpp1645 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A 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()
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.cpp267 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1832 .FindByAddress(pc); in SetThreadStopInfo()
1849 .FindByAddress(pc); in SetThreadStopInfo()
1881 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1885 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
1915 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1940 .FindByAddress(pc); in SetThreadStopInfo()
2300 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()