Home
last modified time | relevance | path

Searched refs:DNBBreakpointList (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNBBreakpoint.cpp65 #pragma mark -- DNBBreakpointList
67 DNBBreakpointList::DNBBreakpointList() in DNBBreakpointList() function in DNBBreakpointList
71 DNBBreakpointList::~DNBBreakpointList() in ~DNBBreakpointList()
77 DNBBreakpointList::Add(nub_addr_t addr, nub_size_t length, bool hardware) in Add()
85 DNBBreakpointList::Remove (nub_addr_t addr) in Remove()
97 DNBBreakpointList::FindByAddress (nub_addr_t addr) in FindByAddress()
107 DNBBreakpointList::FindByAddress (nub_addr_t addr) const in FindByAddress()
118 DNBBreakpointList::FindBreakpointsThatOverlapRange (nub_addr_t addr, in FindBreakpointsThatOverlapRange()
157 DNBBreakpointList::Dump() const in Dump()
166 DNBBreakpointList::DisableAll () in DisableAll()
[all …]
DDNBBreakpoint.h130 class DNBBreakpointList
133 DNBBreakpointList();
134 ~DNBBreakpointList();
DChangeLog334 * DNBBreakpoint.cpp (DNBBreakpointList::FindIDByAddress): Improved
1021 * DNBBreakpoint.cpp (DNBBreakpointList::GetBreakpointAtIndex): New
1023 * DNBBreakpoint.h (DNBBreakpointList::GetBreakpointAtIndex): New
1255 (DNBBreakpointList::Dump): Ditto.
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h121 DNBBreakpointList& Breakpoints() { return m_breakpoints; } in Breakpoints()
122 const DNBBreakpointList& Breakpoints() const { return m_breakpoints; } in Breakpoints()
132 DNBBreakpointList& Watchpoints() { return m_watchpoints; } in Watchpoints()
133 const DNBBreakpointList& Watchpoints() const { return m_watchpoints; } in Watchpoints()
300 DNBBreakpointList m_breakpoints; // Breakpoint list for this process
301 DNBBreakpointList m_watchpoints; // Watchpoint list for this process