* NEWS: Move recent entries into "since 7.6" section.

This commit is contained in:
Tom Tromey
2013-04-15 18:24:48 +00:00
parent cc16e6c915
commit b340913d3d
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2013-04-15 Tom Tromey <tromey@redhat.com>
* NEWS: Move recent entries into "since 7.6" section.
2013-04-15 Tom Tromey <tromey@redhat.com> 2013-04-15 Tom Tromey <tromey@redhat.com>
PR c++/13588: PR c++/13588:

View File

@ -4,6 +4,9 @@
*** Changes since GDB 7.6 *** Changes since GDB 7.6
* New commands: * New commands:
catch rethrow
Like "catch throw", but catches a re-thrown exception.
show configuration show configuration
Display the details of GDB configure-time options. Display the details of GDB configure-time options.
@ -31,6 +34,12 @@ show remote trace-status-packet
* GDB now implements the the C++ 'typeid' operator. * GDB now implements the the C++ 'typeid' operator.
* The new convenience variable $_exception holds the exception being
thrown or caught at an exception-related catchpoint.
* The exception-related catchpoints, like "catch throw", now accept a
regular expression which can be used to filter exceptions by type.
* MI changes * MI changes
** The -trace-save MI command can optionally save trace buffer in Common ** The -trace-save MI command can optionally save trace buffer in Common
@ -105,12 +114,6 @@ Tilera TILE-Gx GNU/Linux tilegx*-*-linux
* 'info proc' now works on some core files. * 'info proc' now works on some core files.
* The new convenience variable $_exception holds the exception being
thrown or caught at an exception-related catchpoint.
* The exception-related catchpoints, like "catch throw", now accept a
regular expression which can be used to filter exceptions by type.
* Python scripting * Python scripting
** Vectors can be created with gdb.Type.vector. ** Vectors can be created with gdb.Type.vector.
@ -159,9 +162,6 @@ Tilera TILE-Gx GNU/Linux tilegx*-*-linux
* New commands (for set/show, see "New options" below) * New commands (for set/show, see "New options" below)
catch rethrow
Like "catch throw", but catches a re-thrown exception.
catch signal catch signal
Catch signals. This is similar to "handle", but allows commands and Catch signals. This is similar to "handle", but allows commands and
conditions to be attached. conditions to be attached.