diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1996-11-22 18:16:24 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1996-11-22 18:16:24 +0000 |
commit | 49c7ee7be300da437e203d7e94c3829352dac67a (patch) | |
tree | 033cf0ae2322e3c43186d519f66113c9f79bdfe6 /gdb/testsuite/ChangeLog | |
parent | 00b45456ddf069a96a65240ef9c17a032a420457 (diff) | |
download | gdb-49c7ee7be300da437e203d7e94c3829352dac67a.zip gdb-49c7ee7be300da437e203d7e94c3829352dac67a.tar.gz gdb-49c7ee7be300da437e203d7e94c3829352dac67a.tar.bz2 |
* gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
directory to search gdb directory. Accept and step over conditional
stack alignment code. Consume $prompt in failure cases.
Reset timeout to $oldtimeout instead of some arbitrary value.
* gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
timeout problems with infinite stack backtraces.
* gdb.base/ptype.exp (ptype struct link, union tu_link):
Accept function parameters for linkfunc member.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d93bd03..94f51a2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source + directory to search gdb directory. Accept and step over conditional + stack alignment code. Consume $prompt in failure cases. + Reset timeout to $oldtimeout instead of some arbitrary value. + * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid + timeout problems with infinite stack backtraces. + * gdb.base/ptype.exp (ptype struct link, union tu_link): + Accept function parameters for linkfunc member. + Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com> * lib/gdb.exp (CFLAGS): Remove, unreferenced. |