This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 07/15] Remove GDBSERVER use from nat/i386-dregs.c
- From: Doug Evans <dje at google dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 14 Jul 2014 11:48:58 -0700
- Subject: Re: [PATCH 07/15] Remove GDBSERVER use from nat/i386-dregs.c
- Authentication-results: sourceware.org; auth=none
- References: <1404902255-11101-1-git-send-email-gbenson at redhat dot com> <1404902255-11101-8-git-send-email-gbenson at redhat dot com>
Gary Benson writes:
> This removes the use of GDBSERVER from nat/i386-dregs.c. Neither
> defs.h or server.h are included: the specific files required are
> listed instead. Also, a declaration previously made only outside
> of gdbserver is made unconditional.
>
> gdb/
> 2014-07-09 Gary Benson <gbenson@redhat.com>
>
> * gdb/nat/i386-dregs.c: Don't include server.h or defs.h; update
> includes.
> (debug_hw_points): Declare regardless of GDBSERVER.
LGTM