X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=6f915ba49bdf8cfa384576c284d80400a83e3446;hb=648cd113ef17e879ef867c1d37567d0c0138dd47;hp=e4db48bc4738238a496a41f75d7e1e70fa6c7352;hpb=385203ed4dec8e3515f691f497c9134d39f70e82;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e4db48bc47..6f915ba49b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,108 @@ +2011-02-15 Ken Werner + + * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte. + +2011-02-15 Yao Qi + + PR tdep/12352 + * gdb.arch/arm-disp-step.S : New test for str instruction. + * gdb.arch/arm-disp-step.exp : Likewise. + +2011-02-15 Thiago Jung Bauermann + + * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and + "vector_register2_vr" test strings. Test the extended floating + point registers (F32~F63). + * lib/gdb.exp (skip_vsx_tests): Update compile flags for the + IBM XL C compiler. Make the test program use a register provided + by the compiler for the lxvd2x instruction. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc (class Base, class Middle, class + Derived): New types. + (derived_unavail, derived_partial, derived_whole): New globals. + (virtual_partial): New global. + (virtualp): Point at virtual_partial. + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests + related to unavailable vptr. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc (a, b, c): New globals. + (main): Set and clear them. + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect + `a' and `c', and check that `b' isn't collected, although `a' and + `c' are. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc (struct Virtual): New. + (virtualp): New global pointer. + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test + printing a pointer to an object whose type has a vtable, with + print object on. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that + value repeat handles unavailableness. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new + tests for building arrays from unavailable values, subscripting + non-memory rvalue unvailable arrays, and accessing fields or + baseclasses of non-lazy unavailable values, + * gdb.trace/unavailable.cc (small_struct, small_struct_b): New + struct types. + (g_smallstruct, g_smallstruct_b): New globals. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files. + +2011-02-13 Jan Kratochvil + + Fix const/volatile qualifiers of C++ types, PR c++/12328. + * gdb.cp/overload-const.exp: New file. + * gdb.cp/overload-const.cc: New file. + +2011-02-08 Ulrich Weigand + + * gdb.opencl/callfuncs.cl: New file. + * gdb.opencl/callfuncs.exp: New test. + * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs. + +2011-02-08 Ulrich Weigand + + * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f + when computing result. + * gdb.arch/altivec-abi.exp: Update expected results. + +2011-02-07 Thiago Jung Bauermann + + * gdb.base/break-interp.exp: Remove ${objdir} from test messages. + * gdb.base/jit.exp: Likewise. + * gdb.base/pie-execl.exp: Likewise. + * gdb.base/solib-nodir.exp: Likewise. + * gdb.base/solib-overlap.exp: Likewise. + +2011-02-07 Pedro Alves + + * gdb.trace/collection.c (global_pieces): New. + * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test): + New procedure. + (gdb_trace_collection_test): Call it. + +2011-02-04 Sami Wagiaalla + + * gdb.python/py-evthreads.c: New file. + * gdb.python/py-evthreads.exp: New file. + * gdb.python/py-events.py: New file. + * gdb.python/py-events.exp: New file. + * gdb.python/py-events.c: New file. + 2011-02-04 David Daney * gdb.base/catch-syscall.exp: Enable for mips*-linux*.