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

/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h273 WatchpointManager* fWatchpointManager; member in class:TeamDebugger
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp230 fWatchpointManager(NULL),
310 delete fWatchpointManager;
434 fWatchpointManager = new(std::nothrow) WatchpointManager(fTeam,
436 if (fWatchpointManager == NULL)
439 error = fWatchpointManager->Init();
2234 status_t error = fWatchpointManager->InstallWatchpoint(watchpoint,
2265 fWatchpointManager->UninstallWatchpoint(watchpoint);

Completed in 37 milliseconds