Searched refs:x86_handle_debug_exception (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/arch/x86/
H A Darch_user_debugger.h123 extern void x86_handle_debug_exception(struct iframe *frame);
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp424 table[1] = x86_handle_debug_exception; // Debug Exception (#DB)
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp576 table[1] = x86_handle_debug_exception; // Debug Exception (#DB)
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp953 // x86_handle_debug_exception() is called. Debug exceptions occur when
982 x86_handle_debug_exception(iframe* frame) function
1001 TRACE(("x86_handle_debug_exception(): DR6: %lx, DR7: %lx\n", dr6, dr7));
1034 dprintf("x86_handle_debug_exception(): ignoring spurious general "
1097 dprintf("x86_handle_debug_exception(): ignoring spurious task switch "
1105 TRACE(("x86_handle_debug_exception(): ignoring spurious debug "

Completed in 34 milliseconds