aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2005-03-27 05:21:12 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2005-03-27 05:21:12 +0000
commit8da8e0b3f397df66d6e1c03470f4e6c31a63d292 (patch)
tree27bcf5044bc251904792c7e040d4c7fec7e4671d /gdb/ChangeLog
parentf3fb768d95b481c8ea49e100fe36bd0344923c57 (diff)
downloadgdb-8da8e0b3f397df66d6e1c03470f4e6c31a63d292.zip
gdb-8da8e0b3f397df66d6e1c03470f4e6c31a63d292.tar.gz
gdb-8da8e0b3f397df66d6e1c03470f4e6c31a63d292.tar.bz2
* win32-nat.c (handle_exception): Treat win32 routines which check for valid
addresses as "special" and don't stop when a SEGV is detected. (get_child_debug_event): Properly flag exception as unhandled.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d8ebcbd..eb3faee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-27 Christopher Faylor <cgf@timesys.com>
+
+ * win32-nat.c (handle_exception): Treat win32 routines which check for
+ valid addresses as "special" and don't stop when a SEGV is detected.
+ (get_child_debug_event): Properly flag exception as unhandled.
+
2005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
* cp-support.c (cp_class_name_from_physname): Rewrite.