* NEWS: Mention labels, .gdb_index.
authorTom Tromey <tromey@redhat.com>
Tue, 27 Jul 2010 20:44:33 +0000 (20:44 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 Jul 2010 20:44:33 +0000 (20:44 +0000)
gdb/ChangeLog
gdb/NEWS

index 008c2b32158debf5ef75721763268578707184f5..7daad592caea2b3ae08ec4ba4f859c70927223c0 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-27  Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Mention labels, .gdb_index.
+
 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
 
        * cli/cli-cmds.c (disassemble_command): Add support of disassemble
index 67484493b70d5a73b4698dce9ef0e721ea4dd864..0aea3fb3494e9587827c07795bf1c3f6799485d0 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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