* gdb.python/source2.py: New file.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index a170dcf475aba847144c4561106ade19fe5605e5..3611875a343f4b742e2089428cd4f6d9b0c6204e 100644 (file)
@@ -1,3 +1,183 @@
+2010-01-18  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/source2.py: New file.
+       * gdb.python/source1: New file.
+       * gdb.python/python.exp: Test "source" command.
+
+2010-01-15  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tfile.c: New file.
+       * gdb.trace/tfile.exp: New file.
+       
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
+
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
+
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
+       (libfunc): New parameter action.  Implement also selectable "sleep".
+       * gdb.base/break-interp-main.c: Include assert.h.
+       (libfunc): New parameter action.
+       (main): New parameters argc and argv.  Assert argc.  Pass argv.
+       * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
+       (test_attach): New proc.
+       (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
+       * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
+
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp (test_core): New proc.
+       (test_ld): Call it.
+
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
+       * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
+       New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
+       and gdb_compile_shlib.  Use new -Wl compiler options.
+       (dl bt, main bt): New tests.
+
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Support PIEs with no symfile_objfile.
+       * gdb.base/break-interp.exp: New argument at the test_ld calls.
+       (test_ld): New parameter trynosym.
+       (test_ld <$trynosym>): New block.
+
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp: New file.
+
+2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
+       * gdb.python/py-prettyprint.py (pp_ls): New printer.
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
+       test.
+       * gdb.python/py-prettyprint.c: Define lazystring test structure.
+       * gdb.python/py-mi.exp: Add lazy string test.
+
+2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_check_thread_states): Handle
+       core number in thread listing.
+
+2010-01-12  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/maint.exp: Adjust the expected output for the
+       "maint print type" test. Use gdb_test_multiple instead of
+       gdb_sent/gdb_expect.
+
+2010-01-11  Doug Evans  <dje@google.com>
+
+       * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
+       from gdbserver_download.  All callers updated.
+
+       * gdb.server/ext-run.exp: "info os processes" requires xml support.
+
+2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Implement binary numbers parsing.
+       * gdb.base/printcmds.exp (test_integer_literals_accepted)
+       (test_integer_literals_rejected): New binary tests.
+
+2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gdb.cell/configure: Regenerate.
+
+2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/corefile.exp: Move the core finding block out and call it as
+       core_find, new variable $corefile, replace corefile by $corefile and
+       [file tail $corefile] for usage vs. test names resp.
+       * lib/gdb.exp (core_find): Move it as a new function here.  New
+       parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
+       $destcore.  Return "" on error.
+
+2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Workaround PR binutils/10802.
+       * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
+       (twice).
+
+2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
+
+2010-01-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
+       call, to avoid interruption.
+
+2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.stabs/weird.def (args93): New.
+
+2010-01-07  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (gdb_skip_xml_test): Add comment.
+
+2010-01-07  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/source.exp: Use correct line number.
+
+2010-01-05  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tracecmd.exp: Test ftrace.
+
+2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
+
+2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
+       "uint_for_mi_testing".
+
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       Test indented comment in file being sourced.
+       * gdb.base/commands.exp: Test indented comment in file being sourced.
+
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.fortran/array-element.f, gdb.fortran/complex.f,
+       gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
+       gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
+       notice.
+
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
+       notice.
+
+2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
+       missing $after_stopped and comma (,) expectation.
+
+2009-12-31  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/actions.exp: Test teval action.
+       
+2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
+       (top level): Call test_watchpoint_in_big_blob.
+       * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
+       watchpoints.
+       (func3): Write to buf.
+
+2009-12-29  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/actions.exp: Test default-collect.
+       
 2009-12-28  Stan Shebs  <stan@codesourcery.com>
 
        * gdb.trace/tsv.exp: New file.
This page took 0.034452 seconds and 4 git commands to generate.