aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-12-10 20:33:44 +0000
committerTom Tromey <tromey@redhat.com>2010-12-10 20:33:44 +0000
commit66cb8159602ec057a95bc083e9a3ce25d5c5baa5 (patch)
treec2f6142ca7c474db5337cc5f332b6cfbc3228f28 /gdb/NEWS
parent33d23ee82afce302e34262ab680053d1abc2b1b8 (diff)
downloadgdb-66cb8159602ec057a95bc083e9a3ce25d5c5baa5.zip
gdb-66cb8159602ec057a95bc083e9a3ce25d5c5baa5.tar.gz
gdb-66cb8159602ec057a95bc083e9a3ce25d5c5baa5.tar.bz2
* NEWS: Document exception-handling change.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9dfb249..559609b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -51,6 +51,13 @@
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"