This is the mail archive of the gdb-patches@sourceware.org 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: Separate remote.c per-target state from per-architecture state


On Thu, Jun 01, 2006 at 11:32:59PM -0400, Daniel Jacobowitz wrote:
> There's a single "struct remote_state" in remote.c, with an instance per
> gdbarch, and comments saying that it ought to be per-target.  But in fact
> this isn't right, because it contains the description of the target's
> register layout, which depends on the selected architecture.

I have committed this change.

-- 
Daniel Jacobowitz
CodeSourcery


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