Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.cpp45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, in InstallWatchpoint() function in WatchpointManager
65 error = fDebuggerInterface->InstallWatchpoint(watchpoint->Address(), in InstallWatchpoint()
H A DWatchpointManager.h26 status_t InstallWatchpoint(Watchpoint* watchpoint,
/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) in InstallWatchpoint() function in BreakpointManager
H A Duser_debugger.cpp2079 result = breakpointManager->InstallWatchpoint(address, type, in debug_nub_thread()
/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, in InstallWatchpoint() function in 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, in InstallWatchpoint() function in 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, in _HandleSetWatchpoint()