This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Vectorize gdbserver x86 debug register accessors


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]