Home
last modified time | relevance | path

Searched refs:DEBUG_EXCEPTION_SIMPLE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwin32-nat.c1058 #define DEBUG_EXCEPTION_SIMPLE(x) if (debug_exceptions) \ macro
1076 DEBUG_EXCEPTION_SIMPLE ("EXCEPTION_ACCESS_VIOLATION"); in handle_exception()
1080 DEBUG_EXCEPTION_SIMPLE ("STATUS_STACK_OVERFLOW"); in handle_exception()
1084 DEBUG_EXCEPTION_SIMPLE ("STATUS_FLOAT_DENORMAL_OPERAND"); in handle_exception()
1088 DEBUG_EXCEPTION_SIMPLE ("EXCEPTION_ARRAY_BOUNDS_EXCEEDED"); in handle_exception()
1092 DEBUG_EXCEPTION_SIMPLE ("STATUS_FLOAT_INEXACT_RESULT"); in handle_exception()
1096 DEBUG_EXCEPTION_SIMPLE ("STATUS_FLOAT_INVALID_OPERATION"); in handle_exception()
1100 DEBUG_EXCEPTION_SIMPLE ("STATUS_FLOAT_OVERFLOW"); in handle_exception()
1104 DEBUG_EXCEPTION_SIMPLE ("STATUS_FLOAT_STACK_CHECK"); in handle_exception()
1108 DEBUG_EXCEPTION_SIMPLE ("STATUS_FLOAT_UNDERFLOW"); in handle_exception()
[all …]
DChangeLog-200213384 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
13386 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro