* TODO: Add item regarding large frames.

This commit is contained in:
Jim Kingdon
1994-12-18 06:41:00 +00:00
parent cdb09cd6d7
commit 4ec56c1fec
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com) Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* TODO: Add item regarding large frames.
* gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test. * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
* TODO: Remove item about enabling return.exp; it * TODO: Remove item about enabling return.exp; it

View File

@ -186,6 +186,14 @@ watchpoint.exp, signals.exp, etc.
Test that the copyright year in the startup message matches the Test that the copyright year in the startup message matches the
current year (would produce a single spurious FAIL on old GDB's, but current year (would produce a single spurious FAIL on old GDB's, but
probably still a good idea). probably still a good idea).
Test that prologue recognition, backtrace, printing locals, etc.,
still work in the presence of large frames (the point being that at
some point immediate fields in RISC instructions will overflow and
prologues will need to look different. For sparc, the immediate field
is 13 bits (signed), so I believe the threshold would be 4K bytes in a
frame).
(this is for editing this file with GNU emacs) (this is for editing this file with GNU emacs)
Local Variables: Local Variables: