diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-27 20:44:30 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-07-27 20:44:30 +0000 |
commit | 790f671028d5fbb71f79ac4947e5534b5cb96678 (patch) | |
tree | 0ae74128b68c76f9fd045935ccb5d2dc6b5d5d6b /gdb/NEWS | |
parent | cc09084970d1cd31b0d79349b7144c77195a0336 (diff) | |
download | gdb-790f671028d5fbb71f79ac4947e5534b5cb96678.tar.gz |
* NEWS: Mention labels, .gdb_index.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ *** Changes since GDB 7.2 +* GDB now has some support for using labels in the program's source in + linespecs. For instance, you can use "advance label" to continue + execution to a label. + +* GDB now has support for reading and writing a new .gdb_index + section. This section holds a fast index of DWARF debugging + information and can be used to greatly speed up GDB startup and + operation. See the documentation for `save gdb-index' for details. + *** Changes in GDB 7.2 * Shared library support for remote targets by default |