This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Vectorize gdbserver x86 debug register accessors
- From: Pedro Alves <palves at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>, gdb-patches at sourceware dot org
- Date: Fri, 20 Jun 2014 12:42:21 +0100
- Subject: Re: [PATCH] Vectorize gdbserver x86 debug register accessors
- Authentication-results: sourceware.org; auth=none
- References: <1403184103-10895-1-git-send-email-gbenson at redhat dot com>
On 06/19/2014 02:21 PM, Gary Benson wrote:
> Hi all,
>
> This commit makes gdbserver access the x86 debug register accessor
> functions via the same function vector as GDB proper. This removes
> a chunk of conditional code that was previously in i386-{nat,low}.h
> and leaves a single macro as the only GDB/gdbserver difference in
> nat/i386-dregs.c.
>
> Built and regtested on RHEL6.5 x86_64. The win32 part of this patch
> is untested.
>
> Ok to commit?
OK if this cross builds for mingw/win32.
--
Pedro Alves