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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dwince.c91 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf x macro
1289 DEBUG_EXCEPT (("gdb: Target exception ACCESS_VIOLATION at 0x%08x\n",
1294 DEBUG_EXCEPT (("gdb: Target exception STACK_OVERFLOW at 0x%08x\n",
1299 DEBUG_EXCEPT (("gdb: Target exception BREAKPOINT at 0x%08x\n",
1304 DEBUG_EXCEPT (("gdb: Target exception CONTROL_C at 0x%08x\n",
1311 DEBUG_EXCEPT (("gdb: Target exception SINGLE_STEP at 0x%08x\n",
1316 DEBUG_EXCEPT (("gdb: Target exception SINGLE_ILL at 0x%08x\n",
H A Dwin32-nat.c90 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf_unfiltered x macro
1954 DEBUG_EXCEPT(("Cannot continue with signal %d here.\n",sig));
1976 DEBUG_EXCEPT(("Cannot continue with signal %d.\n",sig));
1980 DEBUG_EXCEPT(("Can only continue with recieved signal %d.\n",

Completed in 127 milliseconds