Searched refs:WatchpointManager (Results 1 – 7 of 7) sorted by relevance
20 WatchpointManager::WatchpointManager(Team* team, in WatchpointManager() function in WatchpointManager31 WatchpointManager::~WatchpointManager() in ~WatchpointManager()38 WatchpointManager::Init() in Init()45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, in InstallWatchpoint()88 WatchpointManager::UninstallWatchpoint(Watchpoint* watchpoint) in UninstallWatchpoint()
18 class WatchpointManager {20 WatchpointManager(Team* team,22 ~WatchpointManager();
8 - WatchpointManager needs to be able to use the aforementioned information from Architecture in ord…
218 WatchpointManager section in Classes
38 class WatchpointManager; variable273 WatchpointManager* fWatchpointManager;
111 WatchpointManager.cpp
434 fWatchpointManager = new(std::nothrow) WatchpointManager(fTeam, in Init()