* NEWS: Document exception-handling change.
authorTom Tromey <tromey@redhat.com>
Fri, 10 Dec 2010 20:33:44 +0000 (20:33 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 10 Dec 2010 20:33:44 +0000 (20:33 +0000)
gdb/ChangeLog
gdb/NEWS

index 37c58a4e884ca2ff838a0935d9c2284ece2ad36d..fe01bfa96bdba27f5c78d7a53868e3b3036c6c66 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-10  Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Document exception-handling change.
+
 2010-12-09  Marc Khouzam  <marc.khouzam@ericsson.com>
 
        * mi/mi-parse.c (mi_parse): Wrong error message.
index 9dfb249a02aff80a47582048592e0a2899e39621..559609b0830e233dfd065d6bccc3ae3ba60a83b8 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
      feature requires proper debuginfo support from the compiler; it
      was added to GCC 4.5.
 
+  ** The motion commands "next", "finish", "until", and "advance" now
+     work better when exceptions are thrown.  In particular, GDB will
+     no longer lose control of the inferior; instead, the GDB will
+     stop the inferior at the point at which the exception is caught.
+     This functionality requires a change in the exception handling
+     code that was introduced in GCC 4.5.
+
 * GDB now follows GCC's rules on accessing volatile objects when
   reading or writing target state during expression evaluation.
   One notable difference to prior behavior is that "print x = 0"