Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dwince.c90 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf x macro
1321 DEBUG_EXCEPT (("gdb: Target exception ACCESS_VIOLATION at 0x%08x\n", in handle_exception()
1326 DEBUG_EXCEPT (("gdb: Target exception STACK_OVERFLOW at 0x%08x\n", in handle_exception()
1331 DEBUG_EXCEPT (("gdb: Target exception BREAKPOINT at 0x%08x\n", in handle_exception()
1336 DEBUG_EXCEPT (("gdb: Target exception CONTROL_C at 0x%08x\n", in handle_exception()
1343 DEBUG_EXCEPT (("gdb: Target exception SINGLE_STEP at 0x%08x\n", in handle_exception()
1348 DEBUG_EXCEPT (("gdb: Target exception SINGLE_ILL at 0x%08x\n", in handle_exception()
Dwin32-nat.c88 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf_unfiltered x macro
1995 DEBUG_EXCEPT(("Cannot continue with signal %d here.\n",sig)); in child_resume()
2017 DEBUG_EXCEPT(("Cannot continue with signal %d.\n",sig)); in child_resume()
2021 DEBUG_EXCEPT(("Can only continue with recieved signal %d.\n", in child_resume()