This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Separate remote.c per-target state from per-architecture state
- From: Daniel Jacobowitz <drow at false dot org>
- To: gdb-patches at sourceware dot org
- Date: Thu, 8 Jun 2006 14:32:20 -0400
- Subject: Re: Separate remote.c per-target state from per-architecture state
- References: <20060602033259.GA10544@nevyn.them.org>
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