This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: ping: [patch] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Pedro Alves <palves at redhat dot com>
- Cc: jan dot kratochvil at redhat dot com, qiyaoltc at gmail dot com, gdb-patches at sourceware dot org
- Date: Fri, 20 Apr 2018 18:54:15 +0300
- Subject: Re: ping: [patch] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones
- References: <20170327210753.GA29656@host1.jankratochvil.net> <20171018195237.GA19714@host1.jankratochvil.net> <867evczxik.fsf@gmail.com> <20171103220437.GA13979@host1.jankratochvil.net> <20180321190316.GA32598@host1.jankratochvil.net> <1e06eb53-60f4-0800-a4f6-458e02f840bd@redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Cc: gdb-patches@sourceware.org
> From: Pedro Alves <palves@redhat.com>
> Date: Fri, 20 Apr 2018 15:49:39 +0100
>
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 25c404bfc37..38043c4ff2e 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -35,6 +35,16 @@ SH-5/SH64 ELF sh64-*-elf*, SH-5/SH64 support in sh*
> SH-5/SH64 running GNU/Linux SH-5/SH64 support in sh*-*-linux*
> SH-5/SH64 running OpenBSD SH-5/SH64 support in sh*-*-openbsd*
>
> +* Aarch64/Linux hardware watchpoints improvements
> +
> + Hardware watchpoints on unaligned addresses are now properly
> + supported when running Linux kernel 4.10 or higher: read and access
> + watchpoints are no longer spuriously missed, and all watchpoints
> + lengths between 1 and 8 bytes are supported. On older kernels,
> + watchpoints set on unaligned addresses are no longer missed, with
> + the tradeoff that there is a possibility of false hits being
> + reported.
I wonder whether we need this NEWS entry. We don't normally call out
bugfixes there, do we?
Thanks.