Searched refs:UninstallWatchpoint (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.h28 void UninstallWatchpoint(Watchpoint* watchpoint);
H A DWatchpointManager.cpp71 error = fDebuggerInterface->UninstallWatchpoint(watchpoint->Address());
88 WatchpointManager::UninstallWatchpoint(Watchpoint* watchpoint) function in class:WatchpointManager
98 status_t error = fDebuggerInterface->UninstallWatchpoint(
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h27 status_t UninstallWatchpoint(void* address);
H A DBreakpointManager.cpp204 BreakpointManager::UninstallWatchpoint(void* address) function in class:BreakpointManager
H A Duser_debugger.cpp2055 result = breakpointManager->UninstallWatchpoint(address);
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h48 virtual status_t UninstallWatchpoint(target_addr_t address);
H A DCoreFileDebuggerInterface.cpp159 CoreFileDebuggerInterface::UninstallWatchpoint(target_addr_t address) function in class:CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h39 virtual status_t UninstallWatchpoint(target_addr_t address);
H A DLocalDebuggerInterface.cpp485 LocalDebuggerInterface::UninstallWatchpoint(target_addr_t address) function in class:LocalDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h63 virtual status_t UninstallWatchpoint(target_addr_t address) = 0;
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2265 fWatchpointManager->UninstallWatchpoint(watchpoint);

Completed in 49 milliseconds