This is the mail archive of the gdb-patches@sources.redhat.com 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]

[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


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