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

/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.h26 status_t InstallWatchpoint(Watchpoint* watchpoint,
H A DWatchpointManager.cpp45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, function in class:WatchpointManager
65 error = fDebuggerInterface->InstallWatchpoint(watchpoint->Address(),
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h25 status_t InstallWatchpoint(void* address, uint32 type,
H A DBreakpointManager.cpp169 BreakpointManager::InstallWatchpoint(void* _address, uint32 type, int32 length) function in class:BreakpointManager
H A Duser_debugger.cpp2023 result = breakpointManager->InstallWatchpoint(address, type,
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h46 virtual status_t InstallWatchpoint(target_addr_t address,
H A DCoreFileDebuggerInterface.cpp151 CoreFileDebuggerInterface::InstallWatchpoint(target_addr_t address, uint32 type, function in class:CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h37 virtual status_t InstallWatchpoint(target_addr_t address,
H A DLocalDebuggerInterface.cpp464 LocalDebuggerInterface::InstallWatchpoint(target_addr_t address, uint32 type, function in class:LocalDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h61 virtual status_t InstallWatchpoint(target_addr_t address,
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2234 status_t error = fWatchpointManager->InstallWatchpoint(watchpoint,

Completed in 127 milliseconds