mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
Tue Oct 31 10:42:42 1995 steve chamberlain <sac@slash.cygnus.com>
* win32-nat.c (xlate_exception): Treat a stack overflow like a SEGV.
This commit is contained in:
parent
b4fdbe09dc
commit
9cbf6c0e3a
@ -1,3 +1,7 @@
|
||||
Tue Oct 31 10:42:42 1995 steve chamberlain <sac@slash.cygnus.com>
|
||||
|
||||
* win32-nat.c (xlate_exception): Treat a stack overflow like a SEGV.
|
||||
|
||||
Sun Oct 29 11:22:05 1995 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* monitor.c: Include gnu-regex.h rather than system regex.h.
|
||||
|
@ -127,6 +127,7 @@ static const struct xlate_exception
|
||||
xlate[] =
|
||||
{
|
||||
{EXCEPTION_ACCESS_VIOLATION, TARGET_SIGNAL_SEGV},
|
||||
{STATUS_STACK_OVERFLOW, TARGET_SIGNAL_SEGV},
|
||||
{EXCEPTION_BREAKPOINT, TARGET_SIGNAL_TRAP},
|
||||
{DBG_CONTROL_C, TARGET_SIGNAL_INT},
|
||||
{EXCEPTION_SINGLE_STEP, TARGET_SIGNAL_TRAP},
|
||||
|
Loading…
Reference in New Issue
Block a user