Home
last modified time | relevance | path

Searched refs:debug_exception_type (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.h107 debug_exception_type exception);
109 debug_exception_type Exception() const { return fException; } in Exception()
112 debug_exception_type fException;
H A DDebugEvent.cpp118 debug_exception_type exception) in ExceptionOccurredEvent()
/haiku/headers/os/kernel/
H A Ddebugger.h118 } debug_exception_type; typedef
547 debug_exception_type exception; // the exception
669 extern void get_debug_exception_string(debug_exception_type exception,
/haiku/headers/private/kernel/
H A Duser_debugger.h259 bool user_debug_exception_occurred(debug_exception_type exception, int signal);
/haiku/src/system/libroot/os/
H A Ddebug.c177 get_debug_exception_string(debug_exception_type exception, char *buffer, in get_debug_exception_string()
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp111 debug_exception_type type; in x86_unexpected_exception()
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp36 SendSignal(debug_exception_type type, uint32 signalNumber, int32 signalCode, in SendSignal()
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp925 user_debug_exception_occurred(debug_exception_type exception, int signal) in user_debug_exception_occurred()