Home
last modified time | relevance | path

Searched refs:B_DEBUG_MESSAGE_SET_WATCHPOINT (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debug/
H A DDebugContext.cpp124 status_t error = SendDebugMessage(B_DEBUG_MESSAGE_SET_WATCHPOINT, &message, in SetWatchpoint()
/haiku/headers/os/kernel/
H A Ddebugger.h162 B_DEBUG_MESSAGE_SET_WATCHPOINT, // set a watchpoint enumerator
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp478 B_DEBUG_MESSAGE_SET_WATCHPOINT, &message, sizeof(message), &reply, in InstallWatchpoint()
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp2056 case B_DEBUG_MESSAGE_SET_WATCHPOINT: in debug_nub_thread()