diff options
author | Fred Fish <fnf@specifix.com> | 1993-06-12 22:09:59 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-06-12 22:09:59 +0000 |
commit | dd9d4fa31ceee2a740b8c2ac10c86b3fa8842095 (patch) | |
tree | c6cd582171bdc13d3b58945571e657cd6176f924 /gdb/testsuite | |
parent | ce13daa7df1ac4343d6597e6e04c87617408a3fe (diff) | |
download | gdb-dd9d4fa31ceee2a740b8c2ac10c86b3fa8842095.zip gdb-dd9d4fa31ceee2a740b8c2ac10c86b3fa8842095.tar.gz gdb-dd9d4fa31ceee2a740b8c2ac10c86b3fa8842095.tar.bz2 |
* gdb.t00/{default.exp, help.exp}: Account for changes to radix
commands.
* gdb.t16/gdbme.c: Add and use struct containing arrays of char.
* gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
* gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
of struct of char arrays.
* gdb.t00/radix.exp: New tests for radix commands.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9c9abb3..db9e259 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,13 @@ +Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com) + + * gdb.t00/{default.exp, help.exp}: Account for changes to radix + commands. + * gdb.t16/gdbme.c: Add and use struct containing arrays of char. + * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *". + * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing + of struct of char arrays. + * gdb.t00/radix.exp: New tests for radix commands. + Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com) * gdb.t16/printcmd.exp: Print a variable before running program |