diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-18 21:31:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-18 21:31:51 +0000 |
commit | 36339ecd2b90b159b9e52d642e94e29d1ccc48ba (patch) | |
tree | 423d40227242f1e42b2a05a2762840a9a0f06acd /gdb/ChangeLog | |
parent | def47b537e22f5f9fb3cad980cf6adbc710598bd (diff) | |
download | gdb-36339ecd2b90b159b9e52d642e94e29d1ccc48ba.zip gdb-36339ecd2b90b159b9e52d642e94e29d1ccc48ba.tar.gz gdb-36339ecd2b90b159b9e52d642e94e29d1ccc48ba.tar.bz2 |
* win32-nat.c (handle_exception): Return a value indicating
whether the exception was handled. Don't handle random exceptions
the first time around, so that structured exception handling
works.
(child_wait): Check the return value of handle_exception. Set the
continue_status argument to ContinueDebugEvent accordingly.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dfe3e97..c2c1229 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Mon Aug 18 17:29:54 1997 Ian Lance Taylor <ian@cygnus.com> + + * win32-nat.c (handle_exception): Return a value indicating + whether the exception was handled. Don't handle random exceptions + the first time around, so that structured exception handling + works. + (child_wait): Check the return value of handle_exception. Set the + continue_status argument to ContinueDebugEvent accordingly. + start-sanitize-v850e Mon Aug 18 11:14:15 1997 Nick Clifton <nickc@cygnus.com> |