This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: ARM and virtual/raw registers
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Andrew Cagney <ac131313 at cygnus dot com>
- Cc: Richard dot Earnshaw at arm dot com, gdb at sources dot redhat dot com
- Date: Sun, 12 May 2002 16:29:50 +0100
- Subject: Re: ARM and virtual/raw registers
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
ac131313@cygnus.com said:
> And fixing remote.c is on the hit list (I should fix Daniel's bug) :-)
> It already has an internal table that does a mapping only it is 1:1.
> remote.c is complicated, however. The mapping will need to be defined
> at run (and not compile) time - this makes trying to perform
> transformations (and not simple mappings) on the way through more
> difficult.
Surely it only has to select one of several pre-compiled mappings that is
appropriate for the target processor configuration.
R.