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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp123 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress(
164 m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress(
H A DThread.cpp598 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc);
2094 GetProcess()->GetBreakpointSiteList().FindByAddress(pc);
H A DStopInfo.cpp767 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress(
H A DTarget.cpp816 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr);
H A DProcess.cpp1665 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp358 wp_sp = target->GetWatchpointList().FindByAddress(
391 wp_sp = target->GetWatchpointList().FindByAddress(
434 wp_sp = target->GetWatchpointList().FindByAddress(
468 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc);
/freebsd-11-stable/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.h64 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp57 BreakpointLocationSP bp_loc_sp = FindByAddress(addr);
97 BreakpointLocationList::FindByAddress(const Address &addr) const { function in class:BreakpointLocationList
208 BreakpointLocationSP bp_loc_sp(FindByAddress(addr));
H A DBreakpointSiteList.cpp51 BreakpointSiteSP bp = FindByAddress(addr);
132 BreakpointSiteSP BreakpointSiteList::FindByAddress(lldb::addr_t addr) { function in class:BreakpointSiteList
H A DWatchpointList.cpp53 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { function in class:WatchpointList
123 WatchpointSP wp_sp = FindByAddress(addr);
H A DBreakpoint.cpp261 return m_locations.FindByAddress(addr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp458 GetProcess()->GetBreakpointSiteList().FindByAddress(pc));
510 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr);
526 GetProcess()->GetBreakpointSiteList().FindByAddress(pc));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1821 .FindByAddress(pc);
1839 .FindByAddress(pc);
1871 wp_sp = GetTarget().GetWatchpointList().FindByAddress(
1875 GetTarget().GetWatchpointList().FindByAddress(wp_addr);
1902 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(
1927 .FindByAddress(pc);
2293 GetTarget().GetWatchpointList().FindByAddress(wp_addr);

Completed in 237 milliseconds