Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* RFC: Variables in blocks of registers
@ 2003-02-01 14:48 Mark Kettenis
  2003-02-01 15:48 ` Andrew Cagney
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Kettenis @ 2003-02-01 14:48 UTC (permalink / raw)
  To: gdb

On my i386-unknown-freebsd4.7 system, various tests in
gdb.base/store.exp fail.  The reason is related to the problem
described in tdep/214; register variables that don't fit in a single
variable.  GDB assumes that such variables are stored in consecutive
registers (according to its own register numbering scheme), which
defenitely isn't what GCC uses on the i386.

I'm looking into the suggestion Daniel made in tdep/214; teaching GDB
about the order in which GCC allocates registers.  There are several
caveats though:

* While GCC allocates its registers in a particular order right now,
  and always allocates blocks of consecutive registers, there is no
  guarantee that it will continue to do so.

* I have no idea what other compilers do.  If GDB's register numbering
  was chosen to match for example the System V compiler, teaching GDB
  GCC's register ordering will cause regressions on system that use
  it.  We might play tricks with gcc_compiled of course.

Since AFAIK GDB's internal register ordering is still not decoupled
from the remote interface, I propose to add a new multi-arch function
"next_regnum" which returns the next register to look in based on the
register number passed to it as an argument.

Comments?

Mark


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-02-04  4:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-01 14:48 RFC: Variables in blocks of registers Mark Kettenis
2003-02-01 15:48 ` Andrew Cagney
2003-02-01 17:09   ` Daniel Jacobowitz
2003-02-01 20:45     ` Andrew Cagney
2003-02-02 16:13       ` Mark Kettenis
2003-02-02  5:21         ` Daniel Jacobowitz
2003-02-02 16:52         ` Andrew Cagney
2003-02-02 16:27           ` Daniel Jacobowitz
2003-02-04  2:31       ` Jim Blandy
2003-02-04  4:07         ` Daniel Berlin
2003-02-02 15:33     ` Daniel Berlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox