gdb
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
index 2c1e8ef..56ee414 100644 (file)
@@ -1,3 +1,103 @@
+2010-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: Test completion through anonymous
+       union.
+       * gdb.base/break1.c (struct some_struct): Add anonymous union.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix printing parameters of inlined functions.
+       * gdb.dwarf2/dw2-inline-param.exp: New file.
+       * gdb.dwarf2/dw2-inline-param-main.c: New file.
+       * gdb.dwarf2/dw2-inline-param.S: New file.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR corefiles/12071.
+       * gdb.base/corefile.exp (quit with a process, no question: load core)
+       (quit with a core file): New tests.
+
+2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix GDB crash on inferior calls with self-referencing classes.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
+
+2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix lost siginfo_t for inferior calls.
+       * gdb.base/siginfo-infcall.exp: New file.
+       * gdb.base/siginfo-infcall.c: New file.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
+
+2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
+       New test.
+       * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
+       type of our const type.
+
+2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/pr12028.cc: New.
+       * gdb.cp/pr12028.exp: New.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
+
+2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
+            Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR mi/11407
+       * gdb.mi/dw2-ref-missing-frame-func.c: New File.
+       * gdb.mi/dw2-ref-missing-frame-main.c New File.
+       * gdb.mi/dw2-ref-missing-frame.S New File.
+       * gdb.mi/dw2-ref-missing-frame.exp New File.
+
+2010-09-14  Tom Tromey  <tromey@redhat.com>
+
+       PR symtab/8399:
+       * gdb.threads/tls.exp: Remove kfail.  Update expected output.
+
+2010-09-14  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/11803:
+       * gdb.threads/tls.exp: Use C++.
+       (check_thread_local): Use K::another_thread_local.
+       * gdb.threads/tls.c (class K): New.
+       (another_thread_local): Now a member of K.
+       (spin): Update.  No longer K&R C.
+
+2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/koenig.cc: created class for testing member lookup.
+       * gdb.cp/koenig.exp: Added test for member lookup.
+
+2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false FAILs on sourcetree topdir directory containing "kill".
+       * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
+       source line matching regexp.
+
+2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/python.exp (set height 0, collect help from uiout)
+       (verify help to uiout): New tests.
+
+2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
+       is_lp64_target to check 64bit target.
+
 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.