X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=bcbd355d902a7e6b367ebb7b09ae6de67688638e;hb=93815fbfa5134025806e16f0897efc8424bf4586;hp=e619e044b07f0196d7e192ea96d276892919cb46;hpb=f652e42f289ce31c0383c762ad3ae5dbe620ec57;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e619e044b0..bcbd355d90 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,188 @@ +2008-01-23 Chris Demetriou + + * gdb.threads/thread_events.c: New testcase source file. + * gdb.threads/thread_events.exp: New testcase expect file. + +2008-01-23 Nick Roberts + + * lib/gdb.exp: Add the variable octal. + + * gdb.mi/mi-var-display.exp: Add value field to tests for output of + -var-set-format. + +2008-01-22 Daniel Jacobowitz + Vladimir Prus + + * gdb.base/float.exp: Allow missing floating point for m68k and + PowerPC. + +2008-01-22 Vladimir Prus + + * gdb.mi/basics.c: Setup for testing breakpoints + ignore count. + * gdb.mi/mi-break.exp: Test for breakpoint ignore count. + * gdb.mi/mi-cli.exp: Adjust. + * gdb.mi/mi2-cli.exp: Adjust. + +2008-01-17 Pedro Alves + + * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer + and 'dummy_ptr' integer pointer. Initialize struct_declarations + with dummy_ptr's address. + * gdb.mi/var-cmd.c (do_children_tests): Likewise. + * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on + all targets. + * gdb.mi/mi2-var-child.exp: Likewise. + +2008-01-09 Joel Brobecker + + * gdb.ada/null_array: New test program. + * gdb.ada/null_array.exp: New testcase. + +2008-01-09 Luis Machado + + * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls + with required float modifiers. + +2008-01-08 Joel Brobecker + + * gdb.ada/funcall_param: New test program. + * gdb.ada/funcall_param.exp: New testcase. + +2008-01-08 Joel Brobecker + + * gdb.ada/arrayparam: New test program. + * gdb.ada/arrayparam.exp: New testcase. + +2008-01-08 Joel Brobecker + + * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd + landed. Should also fix random failures in the test following it. + +2008-01-07 Thiago Jung Bauermann + + * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests + for expressions with decimal float values. + (test_dfp_conversions): New function to test casts to and from + decimal float types. + Call test_dfp_conversions. + * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8 + elements. + (main): Initialize ds.float4 and ds.double8 elements. + * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect + string to new error message. + (d64_set_tests): Likewise. + (d128_set_tests): Likewise. + Add tests for expressions with decimal float variables. Add tests for + conversions to and from decimal float types. + +2008-01-05 Joel Brobecker + + * gdb.ada/packed_tagged/comp_bug.adb: New file. + * gdb.ada/packed_tagged.exp: New testcase. + +2008-01-04 Joel Brobecker + + * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb, + gdb.ada/homonym/homonym_main.adb: New files. + * gdb.ada/homonym.exp: New testcase. + +2008-01-04 Joel Brobecker + + * gdb.ada/packed_array.exp: Add testing of references to + a packed array. + +2008-01-04 Joel Brobecker + + * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb: + New files. + * gdb.ada/type_coercion.exp: New testcase. + +2008-01-04 Joel Brobecker + + * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb, + gdb.ada/tagged/foo.adb: New file. + * gdb.ada/tagged.exp: New testcase. + +2008-01-04 Joel Brobecker + + * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb, + gdb.ada/ptype_field/foo.adb: New files. + * gdb.ada/ptype_field.exp: New testcase. + +2008-01-03 Joel Brobecker + + * gdb.ada/print_pc.exp: New testcase. + +2008-01-03 Joel Brobecker + + * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb, + gdb.ada/taft_type/p.adb: New files. + * gdb.ada/taft_type.exp: New testcase. + +2008-01-03 Joel Brobecker + + * gdb.ada/array_bounds/bar.adb: New file. + * gdb.ada/array_bounds.exp: New testcase. + +2008-01-03 Joel Brobecker + + * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb, + gdb.ada/arrayptr/foo.adb: New files. + * gdb.ada/arrayptr.exp: New testcase. + +2008-01-03 Joel Brobecker + + * gdb.base/set-lang-auto.exp: New testcase. + +2008-01-03 Joel Brobecker + + * gdb.ada/fun_addr/foo.adb: New file. + * gdb.ada/fun_addr.exp: New testcase. + +2008-01-02 Jan Kratochvil + + * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c: + New files + +2008-01-02 Joel Brobecker + + * array_subscript_addr/p.adb: New file. + * array_subscript_addr.exp: New testcase. + +2008-01-02 Joel Brobecker + + * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb: + New files. + * gdb.ada/str_cmp_ref.exp: New testcase. + +2008-01-01 Joel Brobecker + + * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb, + gdb.ada/fun_in_declare/foo.adb: New files. + * gdb.ada/fun_in_declare.exp: New testcase. + +2008-01-01 Joel Brobecker + + * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb, + gdb.ada/ref_param/pck.ads: New files. + * gdb.ada/ref_param.exp: New testcase. + +2008-01-01 Joel Brobecker + + * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb, + gdb.ada/interface/foo.adb: New files. + * gdb.ada/interface.exp: New testcase. + +2007-12-31 Jim Blandy + + * gdb.base/multi-forks.exp: Consume all output from child + processes before proceeding to next test. + +2007-12-29 Jim Blandy + + * configure: Regenerated. + 2007-12-27 Joel Brobecker * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,