Lines Matching refs:DNBBreakpointList
65 #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()
175 DNBBreakpointList::RemoveTrapsFromBuffer (nub_addr_t addr, nub_size_t size, void *p) const in RemoveTrapsFromBuffer()
199 DNBBreakpointList::DisableAllBreakpoints(MachProcess *process) in DisableAllBreakpoints()
207 DNBBreakpointList::DisableAllWatchpoints(MachProcess *process) in DisableAllWatchpoints()
215 DNBBreakpointList::RemoveDisabled() in RemoveDisabled()