X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Ftestsuite%2FChangeLog;h=603bc9e5b037979d0d90240f817b2bc94e22d631;hb=5e06a3d1d5dcd15d8a883d3dde9fd90a5a5b8790;hp=1f4427e02687d331c148a09ac90aef48a0579d2f;hpb=ed5e9466121bd867fd8b9ceae6c8eb45fa4c4c4b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1f4427e026..603bc9e5b0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,111 @@ +2008-07-31 Vladimir Prus + + * lib/mi-support.exp (mi_load_shlibs): New. + * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs. + +2008-07-30 Vladimir Prus + + * lib/mi-support.exp (get_mi_thread_list) + (check_mi_and_console_threads): New, moved from ... + * gdb.mi/mi-pthread.exp: ...here. + * gdb.mi/gdb669.exp (get_mi_thread_list) + (check_mi_and_console_threads): Delete. + * gdb.mi/mi2-pthread.exp: Likewise. + +2008-07-28 Tom Tromey + + * Makefile.in (just-check): Remove. Move body to... + (check): ... here. + +2008-07-27 Daniel Jacobowitz + + * gdb.threads/manythreads.exp: Use remote_expect instead of after. + Add a test for duplicated SIGINTs. + +2008-07-27 Daniel Jacobowitz + + * gdb.threads/schedlock.exp (get_args): Update to work for any + value of NUM. + (Top level): Report the number of threads that did not resume. + +2008-07-27 Daniel Jacobowitz + + * gdb.dwarf2/dw2-compressed.S: Also define __start. + +2008-07-27 Daniel Jacobowitz + + * lib/mi-support.exp (default_mi_gdb_start): Remove check for + non-MI prompt. + +2008-07-26 Tom Tromey + + * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct. + (function_struct, function_struct_ptr): New globals. + * gdb.base/callfuncs.exp (do_function_calls): Test calling via a + function pointer in a struct. + +2008-07-26 Tom Tromey + + * gdb.base/macscp.exp: Add test for macro lexing bug. + +2008-07-18 Tom Tromey + + * gdb.base/macscp.exp: Add macro tests. + +2008-07-17 Paul Pluzhnikov + + * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure. + +2008-07-17 Paul Pluzhnikov + + * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp + +2008-07-15 Paul Pluzhnikov + + * gdb.cp/class2.exp: fix for failure on spu-elf + +2008-07-14 Paul Pluzhnikov + + * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477. + +2008-07-13 Jan Kratochvil + + * gdb.base/randomize.exp: Catch non-Linux targets as untested. + +2008-07-12 Vladimir Prus + + * lib/mi-support.exp (mi_expect_stop): Adjust for the new field. + +2008-07-11 Kevin Buettner + + * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion + of regexp to account for changes made to GDB in the printing of + byte vectors. + +2008-07-11 Tom Tromey + + * gdb.base/completion.exp: Add 'help' completion test. + +2008-07-10 Jan Kratochvil + + * gdb.base/randomize.exp: Remove dependency on tcl-8.4+. + +2008-07-10 Jan Kratochvil + + * gdb.base/randomize.exp, gdb.base/randomize.c: New files. + +2008-07-09 Pedro Alves + + * gdb.base/chng-syms.exp: Don't expect "No symbol ...". + +2008-07-09 Pedro Alves + + * gdb.base/fullname.exp: Restore pwd if compiling failed. + +2008-07-07 Jan Kratochvil + + * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New. + 2008-06-28 Vladimir Prus * lib/mi-support.exp (mi_send_resuming_command_raw): Revert