diff options
author | Jeff Law <law@redhat.com> | 1994-03-26 01:06:12 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-03-26 01:06:12 +0000 |
commit | 277c24a1f0a0af3e4571073fa483e66b32ed8293 (patch) | |
tree | 2f93559b2f7e84d754ed799193c636aed61d8768 /gdb | |
parent | 503554725fb3d61ea18be40b669df0fc8fbd0f33 (diff) | |
download | gdb-277c24a1f0a0af3e4571073fa483e66b32ed8293.zip gdb-277c24a1f0a0af3e4571073fa483e66b32ed8293.tar.gz gdb-277c24a1f0a0af3e4571073fa483e66b32ed8293.tar.bz2 |
* gdbme.c (call_with_trampolines): New function to try and step
into. Tests trampoline problems on the PA.
* funcargs.exp (localvars_in_indirect_call): No longer expect
stepping into indirect call to fail on PAs.
(test_stepping_over_trampolines): New test.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3917be69..bdcfc2d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gdbme.c (call_with_trampolines): New function to try and step + into. Tests trampoline problems on the PA. + + * funcargs.exp (localvars_in_indirect_call): No longer expect + stepping into indirect call to fail on PAs. + (test_stepping_over_trampolines): New test. + Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * TODO: Add suggestions for static member function tests, and |