aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
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.