X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=2617a2dd07ce17f1ce853c6d5c1bc7e65edd53b9;hb=e93c542c45da1f3073fec2172870890a277c0ab6;hp=2c4894225626e0c6d1ae3a3cfecb0bc1caa0f7ef;hpb=853819b8a1c98690404bf8a278be6d075d592049;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2c48942256..2617a2dd07 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,86 @@ +2000-04-07 J.T. Conklin + + * gdb.base/call-ar-st.exp: Relax patterns matching tab characters. + + * gdb.base/funcargs.exp: Relax patterns matching pointers to char. + +Thu Mar 30 13:26:19 2000 Philippe De Muyter + + * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point + values that can be represented exactly. + * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match + above change, and to not check against the directory part of the source + file name. + (step into print_long_arg_list): Likewise. + (print print_small_structs from print_long_arg_list): Likewise. + (print print_long_arg_list): Likewise. + +2000-03-27 Elena Zannoni + + * gdb.base/printcmds.c: Terminate char array ctable2 with 0. + +Mon Mar 27 14:46:37 2000 Andrew Cagney + + * ChangeLog, gdb.base/commands.exp: Revert whitespace changes. + +2000-03-25 Daniel Berlin + + * gdb.base/commands.exp (deprecated_command_test): Add test for + deprecate with no arguments. + +2000-03-24 Jonathan Larmour + + * gdb.base/break.exp: Add new test for setting breakpoints on + optimized code so we can test breakpoints work even when function + prologues may be optimized away + +2000-03-23 Fernando Nasser + + From David Whedon + * gdb.base/commands.exp : Added command deprecator tests. + +2000-03-22 Daniel Berlin + + * gdb.base/help.exp: Added test for new apropos command. + +2000-03-21 Kevin Buettner + + * gdb.base/pointers.c (usevar): New function. + (main): Make sure that global variables v_int_pointer2, rptr, + and y are all referenced someplace in the program by calling + usevar() on them. [Some linkers delete symbols which are + never referenced. The space remains, but there's no way to + get a (symbolic) handle on the variable from the debugger.] + +2000-03-14 Elena Zannoni + + * gdb.base/printcmds.c: Add typedeffed arrays. + + * gdb.base/printcmds.exp (test_print_typedef_arrays): New + procedure to test arrays that are typedef'd. + +2000-03-13 James Ingham + + * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all + the library directories. + +Mon Feb 21 13:05:36 2000 Andrew Cagney + + * configure.in (configdirs): Add sub directory gdb.mi. + * configure: Re-generate. + + * gdb.mi: New directory. + +2000-02-25 Scott Bambrough + + * gdb.base/long_long.exp: Correct test suite failure when printing + a long long value as a double on ARM platforms. + +2000-02-16 Jim Blandy + + * gdb.base/break.exp ("breakpoint line number"): Make sure the + default source file is set properly before running this test. + 2000-02-14 Elena Zannoni * lib/gdb.exp: Tell the testsuite that now gdbtk is in the