/external/lldb/source/Target/ |
D | ThreadPlanStepOverBreakpoint.cpp | 99 …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()
|
D | Thread.cpp | 569 …BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(reg_ctx_sp->GetP… in SetupForResume() 1981 … BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
|
D | Target.cpp | 589 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
|
D | Process.cpp | 2062 bp_site_sp = m_breakpoint_site_list.FindByAddress (load_addr); in CreateBreakpointSite()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 372 … 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/ |
D | BreakpointLocationList.cpp | 69 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()
|
D | BreakpointSiteList.cpp | 71 BreakpointSiteSP bp = FindByAddress (addr); in FindIDByAddress() 165 BreakpointSiteList::FindByAddress (lldb::addr_t addr) in FindByAddress() function in BreakpointSiteList
|
D | WatchpointList.cpp | 70 WatchpointList::FindByAddress (lldb::addr_t addr) const in FindByAddress() function in WatchpointList 151 WatchpointSP wp_sp = FindByAddress (addr); in FindIDByAddress()
|
D | Breakpoint.cpp | 95 return m_locations.FindByAddress(addr); in FindLocationByAddress()
|
/external/lldb/tools/debugserver/source/ |
D | DNBBreakpoint.h | 138 DNBBreakpoint * FindByAddress (nub_addr_t addr); 139 const DNBBreakpoint * FindByAddress (nub_addr_t addr) const;
|
D | DNBBreakpoint.cpp | 97 DNBBreakpointList::FindByAddress (nub_addr_t addr) in FindByAddress() function in DNBBreakpointList 107 DNBBreakpointList::FindByAddress (nub_addr_t addr) const in FindByAddress() function in DNBBreakpointList
|
D | ChangeLog | 738 FindByAddress().
|
/external/lldb/include/lldb/Breakpoint/ |
D | BreakpointLocationList.h | 62 FindByAddress (const Address &addr) const;
|
D | BreakpointSiteList.h | 77 FindByAddress (lldb::addr_t addr);
|
D | WatchpointList.h | 88 FindByAddress (lldb::addr_t addr) const;
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.cpp | 399 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/ |
D | MachProcess.cpp | 722 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()
|
D | MachThread.cpp | 410 return m_process->Breakpoints().FindByAddress(GetPC()); in CurrentBreakpoint()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1607 …::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/ |
D | DNBArchImplI386.cpp | 657 DNBBreakpoint *bp = m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
|
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.cpp | 611 DNBBreakpoint *bp = m_thread->Process()->Breakpoints().FindByAddress(pc); in NotifyException()
|