This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[rfc] New files "memory.[hc]"
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Fri, 24 Oct 2003 16:48:27 -0400
- Subject: [rfc] New files "memory.[hc]"
Hello,
At present the old (non target parameterized) memory functions all live
in gdbcore.h, and corefile.c (I guess "core" is "core" in the
traditional sense :-).
What do people think of putting the new (with target parameter) methods,
that wrap target_{read,write} in a new file "memory.[hc]"? I think they
are going to end up cluttering up "target.[hc]".
Andrew