From 6c023f9a6fc4d89c85d7ca09a5451493da66c7d4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 21 May 2006 22:57:18 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a24b94acea..baa65db582 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2006-05-21 Christopher Faylor + + * 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 * NEWS: (Improved Modula-2 language support): New section. -- 2.11.0