Searched refs:DNBBreakpointList (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp65 #pragma mark -- DNBBreakpointList
67 DNBBreakpointList::DNBBreakpointList() function in class:DNBBreakpointList
71 DNBBreakpointList::~DNBBreakpointList()
77 DNBBreakpointList::Add(nub_addr_t addr, nub_size_t length, bool hardware)
85 DNBBreakpointList::Remove (nub_addr_t addr)
97 DNBBreakpointList::FindByAddress (nub_addr_t addr)
107 DNBBreakpointList::FindByAddress (nub_addr_t addr) const
118 DNBBreakpointList
[all...]
H A DDNBBreakpoint.h130 class DNBBreakpointList class
133 DNBBreakpointList();
134 ~DNBBreakpointList();
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h121 DNBBreakpointList& Breakpoints() { return m_breakpoints; }
122 const DNBBreakpointList& Breakpoints() const { return m_breakpoints; }
132 DNBBreakpointList& Watchpoints() { return m_watchpoints; }
133 const DNBBreakpointList& Watchpoints() const { return m_watchpoints; }
300 DNBBreakpointList m_breakpoints; // Breakpoint list for this process
301 DNBBreakpointList m_watchpoints; // Watchpoint list for this process

Completed in 69 milliseconds