Searched refs:DEBUG_EXCEPT (Results 1 – 2 of 2) sorted by relevance
89 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf x macro1285 DEBUG_EXCEPT (("gdb: Target exception ACCESS_VIOLATION at 0x%08x\n", in handle_exception()1290 DEBUG_EXCEPT (("gdb: Target exception STACK_OVERFLOW at 0x%08x\n", in handle_exception()1295 DEBUG_EXCEPT (("gdb: Target exception BREAKPOINT at 0x%08x\n", in handle_exception()1300 DEBUG_EXCEPT (("gdb: Target exception CONTROL_C at 0x%08x\n", in handle_exception()1307 DEBUG_EXCEPT (("gdb: Target exception SINGLE_STEP at 0x%08x\n", in handle_exception()1312 DEBUG_EXCEPT (("gdb: Target exception SINGLE_ILL at 0x%08x\n", in handle_exception()
87 #define DEBUG_EXCEPT(x) if (debug_exceptions) printf_unfiltered x macro1980 DEBUG_EXCEPT(("Cannot continue with signal %d here.\n",sig)); in child_resume()2002 DEBUG_EXCEPT(("Cannot continue with signal %d.\n",sig)); in child_resume()2006 DEBUG_EXCEPT(("Can only continue with recieved signal %d.\n", in child_resume()