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: make sim interface use gdbarch methods for collect/supply


On Wed, Jun 30, 2004 at 10:47:23AM -0500, Jim Blandy wrote:
> 
> At the moment, remote-sim.c's gdbsim_fetch_register and
> gdbsim_store_register functions assume that the simulator's register
> set (as visible via sim_fetch_register and sim_store_register)
> corresponds exactly to GDB's raw register set.  This patch is meant to
> remove that assumption.
> 
> Tested on i686-pc-linux-gnu x powerpc-eabispe (sim).

We've got a whole lot of new mechanism for describing register sets. 
Can't you use that instead of adding new supply/collect routines?

-- 
Daniel Jacobowitz


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