From: Jeff Law Date: Sat, 26 Mar 1994 01:06:12 +0000 (+0000) Subject: * gdbme.c (call_with_trampolines): New function to try and step X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=277c24a1f0a0af3e4571073fa483e66b32ed8293;p=binutils-gdb.git * 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3917be69de9..bdcfc2db814 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