X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=fcc16cb15b8fa183e54a0ea3def793ed02d9d34e;hb=881d5d5db08ee6b343e1f1fc560d785fed29428e;hp=a71ee988eab5ac1a45c9e1e04a4cb73d8903479f;hpb=bafffb51c4da50881dc5d72ec9bf9b78377ac692;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a71ee988ea..fcc16cb15b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,124 @@ +2015-02-04 Pedro Alves + + * boards/native-extended-gdbserver.exp: Remove any target variant + specifications from the board name before clearing the isremote + flag from board_info. + +2015-01-31 Doug Evans + + * gdb.base/maint.exp : Update expected output. + +2015-01-31 Gary Benson + + * gdb.base/completion.exp: Disable completion limiting for + existing tests. Add new tests to check completion limiting. + * gdb.linespec/ls-errs.exp: Disable completion limiting. + +2015-01-31 Doug Evans + + * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12. + +2015-01-31 Doug Evans + + * gdb.guile/scm-section-script.c: Add duplicate inlined section script + entries. Duplicate file section script entries. + * gdb.guile/scm-section-script.exp: Add tests for duplicate entries, + inlined entries. Add test for safe-path rejection. + * gdb.python/py-section-script.c: Add duplicate inlined section script + entries. Duplicate file section script entries. + * gdb.python/py-section-script.exp: Add tests for duplicate entries, + inlined entries. Add test for safe-path rejection. + +2015-01-29 Joel Brobecker + + * gdb.ada/disc_arr_bound: New testcase. + +2015-01-29 Joel Brobecker + + * gdb.ada/mi_var_array: New testcase. + +2015-01-27 Doug Evans + + * gdb.python/py-objfile.exp: Add tests for objfile.username. + Add test for objfile.filename, objfile.username after objfile + has been unloaded. + +2015-01-26 Joel Brobecker + + * gdb.python/py-lookup-type.exp (test_lookup_type): Change + the second test to print the name attribute of value + returned by the call to gdb.lookup_type, and adjust + the expected output accordingly. + +2015-01-25 Mark Wielaard + + * gdb.arch/i386-bp_permanent.c (standard): New declaration. + * gdb.base/disp-step-fork.c: Include unistd.h. + * gdb.base/siginfo-obj.c: Include stdio.h. + * gdb.base/siginfo-thread.c: Likewise. + * gdb.mi/non-stop.c: Include unistd.h. + * gdb.mi/nsthrexec.c: Include stdio.h. + * gdb.mi/pthreads.c: Include unistd.h. + * gdb.modula2/unbounded1.c (main): Declare returns int. + * gdb.reverse/consecutive-reverse.c: Likewise. + * gdb.threads/create-fail.c: Include unistd.h. + * gdb.threads/killed.c: Likewise. + * gdb.threads/linux-dp.c: Likewise. + * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h. + * gdb.threads/non-ldr-exc-2.c: Likewise. + * gdb.threads/non-ldr-exc-3.c: Likewise. + * gdb.threads/non-ldr-exc-4.c: Likewise. + * gdb.threads/pthreads.c: Include unistd.h. + (main): Declare returns int. + * gdb.threads/tls-main.c (foo): New declaration. + * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE. + +2015-01-23 Simon Marchi + + * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file. + * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file. + +2015-01-15 Mark Wielaard + + * gdb.base/noreturn-return.c: New file. + * gdb.base/noreturn-return.exp: New file. + * gdb.base/noreturn-finish.c: New file. + * gdb.base/noreturn-finish.exp: New file. + +2015-01-23 Pedro Alves + + * gdb.threads/continue-pending-after-query.c: New file. + * gdb.threads/continue-pending-after-query.exp: New file. + +2015-01-22 Anders Granlund + Simon Marchi + + * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id. + * gdb.base/valgrind-db-attach.exp: Same. + * gdb.base/valgrind-infcall.exp: Same. + * lib/mi-support.exp (default_mi_gdb_start): Same. + * lib/prompt.exp (default_prompt_gdb_start): Same. + * lib/gdb.exp (default_gdb_spawn): Same. + (gdb_interact): New. + + +2015-01-22 Jan Kratochvil + + * gdb.compile/compile.exp (pointer to jit function): New test. + +2015-01-17 Wei-cheng Wang + + * lib/gdb.exp (supports_process_record): Return true for + powerpc*-*-linux*. + (supports_reverse): Likewise. + +2015-01-15 Don Breazeal + + * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach + instead of checking whether the target board is remote and + use spawn_wait_for_attach instead of exec/sleep. + * gdb.base/attach-twice.exp: Likewise. + 2015-01-15 Joel Brobecker * gdb.ada/var_arr_attrs: New testcase.