gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index e4db48bc4738238a496a41f75d7e1e70fa6c7352..d2b877b6695dfe722a5cbc69c5fcc67230ab3504 100644 (file)
@@ -1,3 +1,71 @@
+2011-02-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * 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  <pedro@codesourcery.com>
+
+       * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
+       value repeat handles unavailableness.
+
+2011-02-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * 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  <pedro@codesourcery.com>
+
+       * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
+
+2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       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  <uweigand@de.ibm.com>
+
+       * gdb.opencl/callfuncs.cl: New file.
+       * gdb.opencl/callfuncs.exp: New test.
+       * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
+
+2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * 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  <bauerman@br.ibm.com>
+
+       * 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  <pedro@codesourcery.com>
+
+       * 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  <swagiaal@redhat.com>
+
+       * 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 <ddaney@caviumnetworks.com>
 
        * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
This page took 0.039059 seconds and 4 git commands to generate.