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]

Re: [RFA] FR-V SIM: Check availability of GR and FR regs


Kevin Buettner wrote:
On Nov 7, 12:30pm, Dave Brolley wrote:


I'm not sure if it's ok to include gdb/sim-frv.h from within the simulator code. I thought the interface went the other way around (i.e. gdb includes sim/frv-sim.h).


Keep in mind that gdb/sim-frv.h is actually include/gdb/sim-frv.h. This file contains only those register numbers which are needed for
sim <-> gdb interactions. The file sim/frv-sim.h contains quite a lot
more. I'd be more than a little nervous including it in gdb's
frv-tdep.c.


Before embarking on this course, I did check for precedents.  Here's
what I found:

    sim/sh64/sh64.c[34]: #include "gdb/sim-sh.h"
    sim/sh/interp.c[32]: #include "gdb/sim-sh.h"
    sim/h8sx/compile.c[33]: #include "gdb/sim-h8300.h"
    sim/h8300/compile.c[33]: #include "gdb/sim-h8300.h"
    sim/d10v/interp.c[8]: #include "gdb/sim-d10v.h"
    sim/arm/wrapper.c[39]: #include "gdb/sim-arm.h"


Other than that, it looks ok to me.


I'll wait until we've resolved the above to commit it.

Yo -- this is exactly what include/gdb is for. That's where you put the interface that gdb has to share with (for instance) the sim. So yes -- it sounds like that is where you want to put your shared header file.

Michael



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