Searched refs:WatchpointManager (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.h18 class WatchpointManager { class
20 WatchpointManager(Team* team,
22 ~WatchpointManager();
H A DWatchpointManager.cpp7 #include "WatchpointManager.h"
20 WatchpointManager::WatchpointManager(Team* team, function in class:WatchpointManager
31 WatchpointManager::~WatchpointManager()
38 WatchpointManager::Init()
45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint,
49 TRACE_CONTROL("WatchpointManager::InstallUserWatchpoint(%p, %d)\n",
88 WatchpointManager::UninstallWatchpoint(Watchpoint* watchpoint)
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h38 class WatchpointManager;
273 WatchpointManager* fWatchpointManager;
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp65 #include "WatchpointManager.h"
434 fWatchpointManager = new(std::nothrow) WatchpointManager(fTeam,

Completed in 109 milliseconds