Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 – 6 of 6) sorted by relevance

/haiku/src/bin/debug/
H A Ddebug_utils.cpp171 message.handle_event = B_THREAD_DEBUG_HANDLE_EVENT; in continue_thread()
/haiku/headers/private/kernel/
H A Duser_debugger.h212 uint32 handle_event; member
/haiku/src/kits/debug/
H A DDebugContext.cpp147 message.handle_event = B_THREAD_DEBUG_HANDLE_EVENT; in ContinueThread()
/haiku/headers/os/kernel/
H A Ddebugger.h274 uint32 handle_event; // how to handle the occurred event member
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp673 result = commandMessage.continue_thread.handle_event; in thread_hit_debug_event_internal()
1900 handleEvent = message.continue_thread.handle_event; in debug_nub_thread()
1916 commandMessage.handle_event = handleEvent; in debug_nub_thread()
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp426 continueMessage.handle_event = B_THREAD_DEBUG_HANDLE_EVENT; in SingleStepThread()