gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 68aa02a4c806688ae56419535210fba1e73b858b..ce9800c3d163b5595e7113031215fea47d180114 100644 (file)
@@ -1,3 +1,66 @@
+2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Recognize virtual tail call frames.
+       * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
+       (amb_b, amb_a): New.
+       (main): Call a and b.
+       * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
+       (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
+       (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
+       New tests.
+
+2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Implement basic support for DW_TAG_GNU_call_site.
+       * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
+       * gdb.arch/amd64-entry-value.cc: New file.
+       * gdb.arch/amd64-entry-value.exp: New file.
+
+2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
+       * gdb.dwarf2/implptr-64bit.S: New file.
+       * gdb.dwarf2/implptr-64bit.exp: New file.
+
+2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix initial language detection with -readnow.
+       * gdb.cp/readnow-language.cc: New file.
+       * gdb.cp/readnow-language.exp: New file.
+
+2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix printed anonymous struct name.
+       * gdb.cp/anon-struct.exp (print type of X::t2): New test.
+
+2011-10-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * gdb.base/solib-symbol.exp: Do not include directories in
+       filenames in expected messages.
+
+2011-10-07  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
+
+2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
+
+       Allow Python notification of new object-file loadings.
+       * gdb.python/py-events.exp: Test newobjfile event.
+       * gdb.python/py-events.py: Register newobjfile callback.
+       * gdb.python/py-events.c: Add call to shared library
+       * gdb.python/py-events-shlib.c: New file.
+
+2011-10-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * gdb.base/fixsection.exp: Do not include directories in filename
+       in expected message.
+
+2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Add tests for passing of environment variables to inferior.
+       * gdb.base/testenv.c: New test source.
+       * gdb.base/testenv.exp: New expect test.
+
 2011-10-04  Paul Koning  <paul_koning@dell.com>
 
        * gdb.python/py-value.c (main): Break before return.
This page took 0.038321 seconds and 4 git commands to generate.