Home
last modified time | relevance | path

Searched refs:WatchpointManager (Results 1 – 7 of 7) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.cpp20 WatchpointManager::WatchpointManager(Team* team, in WatchpointManager() function in WatchpointManager
31 WatchpointManager::~WatchpointManager() in ~WatchpointManager()
38 WatchpointManager::Init() in Init()
45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, in InstallWatchpoint()
88 WatchpointManager::UninstallWatchpoint(Watchpoint* watchpoint) in UninstallWatchpoint()
H A DWatchpointManager.h18 class WatchpointManager {
20 WatchpointManager(Team* team,
22 ~WatchpointManager();
/haiku/docs/develop/kits/debugger/
H A Dtodo.txt8 - WatchpointManager needs to be able to use the aforementioned information from Architecture in ord…
H A Dindex.rst218 WatchpointManager section in Classes
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h38 class WatchpointManager; variable
273 WatchpointManager* fWatchpointManager;
/haiku/src/kits/debugger/
H A DJamfile111 WatchpointManager.cpp
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp434 fWatchpointManager = new(std::nothrow) WatchpointManager(fTeam, in Init()