Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp465 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
503 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
545 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
579 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp127 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress( in DoWillResume()
169 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress( in ReenableBreakpointSite()
H A DThread.cpp617 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
2105 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DStopInfo.cpp776 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp833 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
H A DProcess.cpp1908 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp58 BreakpointLocationSP bp_loc_sp = FindByAddress(addr); in FindIDByAddress()
98 BreakpointLocationList::FindByAddress(const Address &addr) const { in FindByAddress() function in BreakpointLocationList
209 BreakpointLocationSP bp_loc_sp(FindByAddress(addr)); in AddLocation()
H A DBreakpointSiteList.cpp52 BreakpointSiteSP bp = FindByAddress(addr); in FindIDByAddress()
133 BreakpointSiteSP BreakpointSiteList::FindByAddress(lldb::addr_t addr) { in FindByAddress() function in BreakpointSiteList
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 DBreakpoint.cpp265 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp463 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify()
516 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
533 GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in TraceNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h70 lldb::BreakpointSiteSP FindByAddress(lldb::addr_t addr);
H A DWatchpointList.h79 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
H A DBreakpointLocationList.h56 const lldb::BreakpointLocationSP FindByAddress(const Address &addr) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1891 .FindByAddress(pc); in SetThreadStopInfo()
1909 .FindByAddress(pc); in SetThreadStopInfo()
1941 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1945 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
1973 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1998 .FindByAddress(pc); in SetThreadStopInfo()
2364 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()