* exceptions.cc (handle_exceptions): Break out of "loop" if the debugger
doesn't seem to be attaching to our process.
This commit is contained in:
@ -397,7 +397,7 @@ handle_exceptions (EXCEPTION_RECORD *e, void *, CONTEXT *in, void *)
|
||||
static int NO_COPY debugging = 0;
|
||||
static int NO_COPY recursed = 0;
|
||||
|
||||
if (debugging)
|
||||
if (debugging && ++debugging < 50)
|
||||
return 0;
|
||||
|
||||
/* If we've already exited, don't do anything here. Returning 1
|
||||
|
Reference in New Issue
Block a user