Searched refs:DEBUG_EXCEPT (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dwince.c89 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf x macro
1285 DEBUG_EXCEPT (("gdb: Target exception ACCESS_VIOLATION at 0x%08x\n",
1290 DEBUG_EXCEPT (("gdb: Target exception STACK_OVERFLOW at 0x%08x\n",
1295 DEBUG_EXCEPT (("gdb: Target exception BREAKPOINT at 0x%08x\n",
1300 DEBUG_EXCEPT (("gdb: Target exception CONTROL_C at 0x%08x\n",
1307 DEBUG_EXCEPT (("gdb: Target exception SINGLE_STEP at 0x%08x\n",
1312 DEBUG_EXCEPT (("gdb: Target exception SINGLE_ILL at 0x%08x\n",
H A Dwin32-nat.c87 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf_unfiltered x macro
1980 DEBUG_EXCEPT(("Cannot continue with signal %d here.\n",sig));
2002 DEBUG_EXCEPT(("Cannot continue with signal %d.\n",sig));
2006 DEBUG_EXCEPT(("Can only continue with recieved signal %d.\n",

Completed in 50 milliseconds