aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2006-05-21 22:57:18 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2006-05-21 22:57:18 +0000
commit2b3c8945cd68e603cf2f18a9b407d0026ca7465c (patch)
tree9fcb2ed3b63e87249844ab41bb875e2b64902500 /gdb
parent80a74afdb8ed5c7032e7864be52cabef303e56ee (diff)
downloadfsf-binutils-gdb-2b3c8945cd68e603cf2f18a9b407d0026ca7465c.zip
fsf-binutils-gdb-2b3c8945cd68e603cf2f18a9b407d0026ca7465c.tar.gz
fsf-binutils-gdb-2b3c8945cd68e603cf2f18a9b407d0026ca7465c.tar.bz2
* win32-nat.c (cygwin_exceptions): New variable.
(handle_exception): Treat a cygwin exception like a normal exception if cygwin_exceptions is true. (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a24b94a..baa65db 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-21 Christopher Faylor <cgf@timesys.com>
+
+ * win32-nat.c (cygwin_exceptions): New variable.
+ (handle_exception): Treat a cygwin exception like a normal exception if
+ cygwin_exceptions is true.
+ (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
+
2006-05-20 Gaius Mulley <gaius@glam.ac.uk>
* NEWS: (Improved Modula-2 language support): New section.