Searched refs:InstallWatchpoint (Results 1 – 11 of 11) sorted by relevance
/haiku/src/kits/debugger/debug_managers/ |
H A D | WatchpointManager.cpp | 45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, in InstallWatchpoint() function in WatchpointManager 65 error = fDebuggerInterface->InstallWatchpoint(watchpoint->Address(), in InstallWatchpoint()
|
H A D | WatchpointManager.h | 26 status_t InstallWatchpoint(Watchpoint* watchpoint,
|
/haiku/src/system/kernel/debug/ |
H A D | BreakpointManager.h | 25 status_t InstallWatchpoint(void* address, uint32 type,
|
H A D | BreakpointManager.cpp | 169 BreakpointManager::InstallWatchpoint(void* _address, uint32 type, int32 length) in InstallWatchpoint() function in BreakpointManager
|
H A D | user_debugger.cpp | 2079 result = breakpointManager->InstallWatchpoint(address, type, in debug_nub_thread()
|
/haiku/src/kits/debugger/debugger_interface/core/ |
H A D | CoreFileDebuggerInterface.h | 46 virtual status_t InstallWatchpoint(target_addr_t address,
|
H A D | CoreFileDebuggerInterface.cpp | 151 CoreFileDebuggerInterface::InstallWatchpoint(target_addr_t address, uint32 type, in InstallWatchpoint() function in CoreFileDebuggerInterface
|
/haiku/src/kits/debugger/debugger_interface/local/ |
H A D | LocalDebuggerInterface.h | 37 virtual status_t InstallWatchpoint(target_addr_t address,
|
H A D | LocalDebuggerInterface.cpp | 464 LocalDebuggerInterface::InstallWatchpoint(target_addr_t address, uint32 type, in InstallWatchpoint() function in LocalDebuggerInterface
|
/haiku/src/kits/debugger/debugger_interface/ |
H A D | DebuggerInterface.h | 61 virtual status_t InstallWatchpoint(target_addr_t address,
|
/haiku/src/kits/debugger/controllers/ |
H A D | TeamDebugger.cpp | 2234 status_t error = fWatchpointManager->InstallWatchpoint(watchpoint, in _HandleSetWatchpoint()
|