From 4cd29315ca8223713590ef8fe815c6b016f37922 Mon Sep 17 00:00:00 2001 From: jkratoch Date: Sun, 2 Sep 2007 19:56:04 +0000 Subject: [PATCH] * NEWS: Mention the build-id .debug files verification. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d1777a0c54..61d202d6e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2007-09-02 Jan Kratochvil + * NEWS: Mention the build-id .debug files verification. + +2007-09-02 Jan Kratochvil + * linux-nat.c (linux_nat_make_corefile_notes): Fixed a buffer overflow. 2007-09-01 Jan Kratochvil diff --git a/gdb/NEWS b/gdb/NEWS index 0854c8ec3d..698e182ceb 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 -- 2.11.0