This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA]: File-I/O patch
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Fri, 07 Mar 2003 14:30:56 -0500
- Subject: Re: [RFA]: File-I/O patch
- References: <20021121100341.T24928@cygbert.vinschen.de>
Corinna,
There looks to be significant common functionality between this
"remote.c" patch and the existing "remote-sim.c" code (and for that
matter, sim/common/callback.c).
I think the basic file io implementation should be moved out of
"remote.c" and into "fileio.[hc]" so that both remote.c and remote-sim.c
can share it.
Andrew