Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp99 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in DoWillResume()
142 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in ReenableBreakpointSite()
DThread.cpp569 …BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(reg_ctx_sp->GetP… in SetupForResume()
1981 … BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
DTarget.cpp589 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
DProcess.cpp2062 bp_site_sp = m_breakpoint_site_list.FindByAddress (load_addr); in CreateBreakpointSite()
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp372 … wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
407 … wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
445 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
/external/lldb/source/Breakpoint/
DBreakpointLocationList.cpp69 BreakpointLocationSP bp_loc_sp = FindByAddress (addr); in FindIDByAddress()
113 BreakpointLocationList::FindByAddress (const Address &addr) const in FindByAddress() function in BreakpointLocationList
248 BreakpointLocationSP bp_loc_sp (FindByAddress(addr)); in AddLocation()
DBreakpointSiteList.cpp71 BreakpointSiteSP bp = FindByAddress (addr); in FindIDByAddress()
165 BreakpointSiteList::FindByAddress (lldb::addr_t addr) in FindByAddress() function in BreakpointSiteList
DWatchpointList.cpp70 WatchpointList::FindByAddress (lldb::addr_t addr) const in FindByAddress() function in WatchpointList
151 WatchpointSP wp_sp = FindByAddress (addr); in FindIDByAddress()
DBreakpoint.cpp95 return m_locations.FindByAddress(addr); in FindLocationByAddress()
/external/lldb/tools/debugserver/source/
DDNBBreakpoint.h138 DNBBreakpoint * FindByAddress (nub_addr_t addr);
139 const DNBBreakpoint * FindByAddress (nub_addr_t addr) const;
DDNBBreakpoint.cpp97 DNBBreakpointList::FindByAddress (nub_addr_t addr) in FindByAddress() function in DNBBreakpointList
107 DNBBreakpointList::FindByAddress (nub_addr_t addr) const in FindByAddress() function in DNBBreakpointList
DChangeLog738 FindByAddress().
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h62 FindByAddress (const Address &addr) const;
DBreakpointSiteList.h77 FindByAddress (lldb::addr_t addr);
DWatchpointList.h88 FindByAddress (lldb::addr_t addr) const;
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp399 lldb::BreakpointSiteSP bp_site(GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify()
460 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp722 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr); in CreateBreakpoint()
746 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr); in CreateWatchpoint()
794 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr); in DisableBreakpoint()
932 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr); in DisableWatchpoint()
976 DNBBreakpoint *bp = m_breakpoints.FindByAddress(addr); in EnableBreakpoint()
1051 DNBBreakpoint *wp = m_watchpoints.FindByAddress(addr); in EnableWatchpoint()
DMachThread.cpp410 return m_process->Breakpoints().FindByAddress(GetPC()); in CurrentBreakpoint()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1607 …::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
1658 …::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in SetThreadStopInfo()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp657 DNBBreakpoint *bp = m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp611 DNBBreakpoint *bp = m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()