Searched refs:InstalledWatchpoint (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/debug/
H A DBreakpointManager.h63 struct InstalledWatchpoint struct in struct:BreakpointManager
64 : DoublyLinkedListLinkImpl<InstalledWatchpoint> {
71 typedef DoublyLinkedList<InstalledWatchpoint>
120 InstalledWatchpoint* _FindWatchpoint(addr_t address) const;
122 InstalledWatchpoint* watchpoint,
125 InstalledWatchpoint* watchpoint);
H A DBreakpointManager.cpp66 while (InstalledWatchpoint* watchpoint = fWatchpoints.RemoveHead())
175 InstalledWatchpoint* watchpoint = _FindWatchpoint(address);
188 watchpoint = new(std::nothrow) InstalledWatchpoint;
191 ObjectDeleter<InstalledWatchpoint> watchpointDeleter(watchpoint);
208 InstalledWatchpoint* watchpoint = _FindWatchpoint((addr_t)address);
212 ObjectDeleter<InstalledWatchpoint> deleter(watchpoint);
240 while (InstalledWatchpoint* watchpoint = fWatchpoints.RemoveHead()) {
585 BreakpointManager::InstalledWatchpoint*
589 InstalledWatchpoint* watchpoint = it.Next();) {
599 BreakpointManager::_InstallWatchpoint(InstalledWatchpoint* watchpoin
[all...]

Completed in 39 milliseconds