aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2007-09-02 19:56:05 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2007-09-02 19:56:05 +0000
commitf5db87141afbc689daac65e147fe024fd1e618e4 (patch)
tree596cd56c64dd6066298b3336c810acbe607659bc /gdb
parent83f83d7f7f40aed0990387e52a47afacc4243d41 (diff)
downloadfsf-binutils-gdb-f5db87141afbc689daac65e147fe024fd1e618e4.zip
fsf-binutils-gdb-f5db87141afbc689daac65e147fe024fd1e618e4.tar.gz
fsf-binutils-gdb-f5db87141afbc689daac65e147fe024fd1e618e4.tar.bz2
* NEWS: Mention the build-id .debug files verification.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d1777a0..61d202d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * NEWS: Mention the build-id .debug files verification.
+
+2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow.
2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
diff --git a/gdb/NEWS b/gdb/NEWS
index 0854c8e..698e182 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -61,6 +61,9 @@ Windows and SymbianOS).
* The GDB remote stub, gdbserver, now supports dynamic link libraries
(DLLs) on Windows and Windows CE targets.
+* GDB now supports a faster verification that a .debug file matches its binary
+according to its build-id signature, if the signature is present.
+
* New commands
set remoteflow