From dd9d4fa31ceee2a740b8c2ac10c86b3fa8842095 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 12 Jun 1993 22:09:59 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9c9abb34f9..db9e2597d5 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 -- 2.34.1