This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: PATCH: Further gdbserver cleanups
- From: Andrew Cagney <ac131313 at cygnus dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Sat, 06 Apr 2002 14:23:02 -0500
- Subject: Re: PATCH: Further gdbserver cleanups
- References: <20020406133335.A26201@nevyn.them.org>
> This patch adds -Wall to gdbserver's build options, cleans up everything
> that it turned up, and adds the beginnings of a target stack. It also adds
> a simplistic mechanism to track child processes opaquely; for instance, for
> per-child regcaches. No real new functionality here, but it should be
> pretty obvious where I'm going. The next batch of changes are likely to be
> more interesting.
Er, there are still two commits in there.
Rather than ``-Wall'' just ,-Werror as with the rest of GDB. See:
http://sources.redhat.com/gdb/onlinedocs/gdbint_13.html#SEC104
(Oh, also, at present ARI skips that directory.)
> I'll check this in in a day or two if no one objects (well, and when Andrew
> thinks it's been long enough and checks in the relevant MAINTAINERS patch).
Oops. I'd better drain last weeks patch postings ...
Andrew