aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-07-27 20:44:33 +0000
committerTom Tromey <tromey@redhat.com>2010-07-27 20:44:33 +0000
commit283e6a52fcfdaaaeae882884a5b848e44249f324 (patch)
tree8b8ba9ef6d3d661a2445813f896b0b9213fed37b
parent53a71c068156f7c35e07ddd5c0cce97bf98c025c (diff)
downloadgdb-283e6a52fcfdaaaeae882884a5b848e44249f324.zip
gdb-283e6a52fcfdaaaeae882884a5b848e44249f324.tar.gz
gdb-283e6a52fcfdaaaeae882884a5b848e44249f324.tar.bz2
* NEWS: Mention labels, .gdb_index.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS9
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 008c2b3..7daad59 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/NEWS b/gdb/NEWS
index 6748449..0aea3fb 100644
--- 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