Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp629 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
1878 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
H A DStopInfo.cpp820 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp850 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
H A DProcess.cpp1672 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp492 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
507 process_sp->GetBreakpointSiteList().FindByAddress( in GetStopInfoForHardwareBP()
605 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
648 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
682 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h124 DNBBreakpoint *FindByAddress(nub_addr_t addr);
125 const DNBBreakpoint *FindByAddress(nub_addr_t addr) const;
H A DDNBBreakpoint.cpp69 DNBBreakpoint *DNBBreakpointList::FindByAddress(nub_addr_t addr) { in FindByAddress() function in DNBBreakpointList
77 const DNBBreakpoint *DNBBreakpointList::FindByAddress(nub_addr_t addr) const { in FindByAddress() function in DNBBreakpointList
H A DChangeLog738 FindByAddress().
/llvm-project-15.0.7/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
207 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.cpp268 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp384 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
453 BreakpointSiteSP site(GetBreakpointSiteList().FindByAddress(pc)); in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1753 .FindByAddress(pc); in SetThreadStopInfo()
1770 .FindByAddress(pc); in SetThreadStopInfo()
1802 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1806 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
1857 thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress( in SetThreadStopInfo()
1882 .FindByAddress(pc); in SetThreadStopInfo()
2244 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp367 return m_process->Breakpoints().FindByAddress(GetPC()); in CurrentBreakpoint()
H A DMachProcess.mm1837 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr);
1864 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr);
1912 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr);
2058 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr);
2103 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr);
2176 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr);
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp541 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp683 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp639 m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()