PR 10165
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index dd8b2ebae96afdb0fa73e6a3d0b1273f03b05b2a..c38ac3d3e617bbf668556c2cefbd1f19f77a7206 100644 (file)
@@ -1,3 +1,186 @@
+2009-06-07  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
+       defined before referencing it.
+
+2009-06-03  Doug Evans  <dje@google.com>
+
+       * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
+       * gdb.arch/i386-see.c: Ditto.
+
+2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
+       (check_macro): Return 1 if undefined.
+       If first test fails, check if macro debug information is available,
+       and report unsupported test if no macro information is found.
+
+2009-05-29  Doug Evans  <dje@google.com>
+
+       * gdb.threads/hand-call-in-threads.exp: New.
+       * gdb.threads/hand-call-in-threads.c: New.
+
+2009-05-29  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.base/break-always.exp: Change "1" to "on".
+       Add confirmation check.
+
+2009-05-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/threxit-hop-specific.c: New.
+       * gdb.threads/threxit-hop-specific.exp: New.
+       * gdb.threads/thread-execl.c: New.
+       * gdb.threads/thread-execl.exp: New.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
+       (mi_child_regexp): Likewise.
+       (mi_list_varobj_children_range): Likewise.
+       (mi_get_features): Likewise.
+       (mi_list_varobj_children): Rewrite.
+       * gdb.python/python-mi.exp: New file.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Phil Muldoon  <pmuldoon@redhat.com>
+           Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.python/python-prettyprint.exp: New file.
+       * gdb.python/python-prettyprint.c: New file.
+       * gdb.python/python-prettyprint.py: New file.
+       * gdb.base/display.exp: print/r is now valid.
+
+2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+           Pedro Alves  <pedro@codesourcery.com>
+           Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.python/python-template.exp: New file.
+       * gdb.python/python-template.cc: New file.
+       * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
+       tests.
+       * gdb.python/python-value.exp (py_objfile_tests): New proc.
+       Call it.
+       (test_value_after_death): New proc.
+       * gdb.python/python-value.c (PTR): New typedef.
+       (main): New variable 'x'.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
+       tests.
+       * gdb.python/python-value.exp (py_objfile_tests): New proc.
+       Call it.
+
+2009-05-27  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
+
+2009-05-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/fork-thread-pending.c: New.
+       * gdb.threads/fork-thread-pending.exp: New.
+
+2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
+       * gdb.dwarf2/dw2-strp.S (a_string2): New.
+
+2009-05-18  Jon Beniston <jon@beniston.com>
+
+        * gdb.asm/asm-source.exp: Add lm32 target.
+
+2009-05-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
+       `gdb_get_line_number'.  Call `callee' in both parent and child.
+       * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
+       `gdb_get_line_number' instead of hardcoding line numbers.
+       (catch_fork_unpatch_child): New procedure to test detaching
+       breakpoints from child fork.
+       (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
+       hardcoding line numbers.
+       (do_fork_tests): Run `catch_fork_unpatch_child'.
+
+2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-cmd-var.exp: Check that when varobj
+       of structure type enters or leaves the scope, it
+       is reported by -var-update.
+
+2009-05-11  Doug Evans  <dje@sebabeach.org>
+
+       * gdb.mi/nsintrall.c (main): Fix off-by-one error.
+       * gdb.threads/pending-step.c (main): Fix off-by-one error. 
+       * gdb.threads/schedlock.c (main): Fix off-by-one error.
+
+2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
+
+2009-04-30  Doug Evans  <dje@google.com>
+
+       * gdb.threads/watchthreads2.exp: New testcase.
+       * gdb.threads/watchthreads2.c: New testcase.
+
+2009-04-29  Doug Evans  <dje@google.com>
+
+       * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
+       * gdb.cp/mb-ctor.cc: Ditto.
+       * gdb.cp/mb-inline.exp: Add multi-line source statement test.
+       * gdb.cp/mb-inline.h (multi_line_foo): New function.
+       * gdb.cp/mb-inline1.cc: Call it.
+       * gdb.cp/mb-inline2.cc: Ditto.
+       * gdb.cp/mb-templates.exp: Add multi-line source statement test.
+       * gdb.cp/mb-templates.cc (multi_line_foo): New template.
+
+2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
+       (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
+       Replace all uses of `decimal' by `nonzero'.
+       (info macro FROM_COMMANDLINE): New test.
+
+2009-04-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
+
+2009-04-27  Doug Evans  <dje@google.com>
+
+       * gdb.threads/watchthreads.c (main): Initialize args before starting
+       the threads.  Plus formatting cleanup.
+       * gdb.threads/watchthreads.exp: Avoid errant failures due to
+       biased scheduling of one thread.
+
+2009-04-27  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.cp/templates.cc (GetMax): New template.
+       (main): Declare two instances of GetMax.
+       * gdb.cp/templates.exp: Add new test.
+
+2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
+
+2009-04-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
+
+2009-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset.exp: Add regression test.
+
+2009-04-14  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/exe-lock.exp: New testcase.
+
+2009-04-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
+       operator on Frame.
+
 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
This page took 0.034804 seconds and 4 git commands to generate.