This is the mail archive of the gdb@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]

<cpu>-frame.c, frame/<cpu>.c, config/<cpu>/frame.c, ...


This picks up an old old topic

Since MarkK is threatening to get the i386 using the new frame code, now is probably the time to think about where all these frame modules should live:

d10v-frame.[hc]:
Fills the top-level directory up with more stuff. That got objections when it was last suggested.


frame/<cpu>.[hc]:
Keeps all the frame code in one directory. This makes it clearer that the code is ment to be frame centric (and not the place to put non-frame stuff).


config/<cpu>/frame.[hc]:
Keeps the cpu stuff in a single directory.

...:
... ...

(there is a long standing task of restructuring the code base, might as well start here :-)

Andrew


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