diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-18 03:29:53 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-18 03:29:53 +0000 |
commit | 80edc7cb3cd332077c4213f12816921c61bda4ea (patch) | |
tree | 2f28b51debd9b952caf3194ddbc599f620d95b71 /gdb/testsuite | |
parent | 002cc99ff6bb0e592f760b3f74f40136cb4d76d3 (diff) | |
download | gdb-80edc7cb3cd332077c4213f12816921c61bda4ea.zip gdb-80edc7cb3cd332077c4213f12816921c61bda4ea.tar.gz gdb-80edc7cb3cd332077c4213f12816921c61bda4ea.tar.bz2 |
Write ChangeLog entries for Rob changes.
Revert Rob changes which consisted of un-doing (accidentally,
presumably) the changes which have happened since 4.12 branched off.
In lib/gdb.exp remove the comment which went with the "catch" which
Rob removed.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/.Sanitize | 1 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 22 |
2 files changed, 21 insertions, 2 deletions
diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index c4de1ea..d5914c0 100644 --- a/gdb/testsuite/.Sanitize +++ b/gdb/testsuite/.Sanitize @@ -26,6 +26,7 @@ Things-to-keep: .gdbinit ChangeLog Makefile.in +TODO config configure.in gdb.disasm diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c47b960..9024139 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,6 +1,18 @@ Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com) - * Most .exp files: Tweak to run under either version of expect. + * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp, + gdb.t31/chillvars.exp, lib/gdb.exp: + Tweak to run under either version of expect. + * lib/gdb.exp (default_gdb_exit): Remove "catch" statement. + * gdb.t00/teststrategy.exp: Use isnative and verbose procedures. + * gdb.t11/list.exp: Remove extraneous whitespace. + +Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t16/printcmds.exp (test_print_strings): Accept + "(unsigned char *) " before the string. + + * TODO: Add notes about printing of fancy types and GDB expressions. Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com) @@ -1327,4 +1339,10 @@ Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com) of dejagnu. The modifications to these testcases, etc., which will allow them to work with the new version of dejagnu will be made in a future update. - + +Local Variables: +mode: indented-text +left-margin: 8 +fill-column: 74 +version-control: never +End: |