X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=3611875a343f4b742e2089428cd4f6d9b0c6204e;hb=9e14a9ba25afb7116d7220271973cd11fe2d6902;hp=f26b5f92e12c49d8251ac041ee966e548a8f5a9a;hpb=37aeb5df6e43752c082077486603b6594054e618;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f26b5f92e1..3611875a34 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,96 @@ +2010-01-18 Tom Tromey + Thiago Jung Bauermann + + * gdb.python/source2.py: New file. + * gdb.python/source1: New file. + * gdb.python/python.exp: Test "source" command. + +2010-01-15 Stan Shebs + + * gdb.trace/tfile.c: New file. + * gdb.trace/tfile.exp: New file. + +2010-01-14 Jan Kratochvil + + * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove. + +2010-01-14 Jan Kratochvil + + * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New. + +2010-01-14 Jan Kratochvil + + * 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 + + * gdb.base/break-interp.exp (test_core): New proc. + (test_ld): Call it. + +2010-01-14 Jan Kratochvil + + * 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 + + 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 + + * gdb.base/break-interp.exp: New file. + +2010-01-13 Phil Muldoon + + * 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 + + * lib/mi-support.exp (mi_check_thread_states): Handle + core number in thread listing. + +2010-01-12 Joel Brobecker + + * 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 + + * 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 + + Implement binary numbers parsing. + * gdb.base/printcmds.exp (test_integer_literals_accepted) + (test_integer_literals_rejected): New binary tests. + +2010-01-09 Ralf Wildenhues + + * gdb.cell/configure: Regenerate. + 2010-01-09 Jan Kratochvil * gdb.base/corefile.exp: Move the core finding block out and call it as