X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=3a3a6e8132465a6b82e05764cd2e1cddc1e1d991;hb=6665660a411ead049daa85cac5c629d637e22044;hp=8d5f6bc63714efe8c05ef0b4f91ecabc00045e40;hpb=708dc93ed0c8ee744e2784a1c349d8129a84200f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8d5f6bc637..3a3a6e8132 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,137 @@ +2019-06-13 Pedro Alves + + * gdb.base/options.exp (test-thread-apply): New. + (top level): Call it. + +2019-06-13 Pedro Alves + + * gdb.base/options.exp (test-frame-apply): New. + (top level): Test print commands with different "frame apply" + prefixes. + +2019-06-13 Pedro Alves + + * lib/completion-support.exp (test_gdb_complete_tab_multiple) + (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add + 'max_completions' parameter and handle it. + (test_gdb_completion_offers_commands): New. + +2019-06-13 Pedro Alves + + * gdb.base/options.exp (test-backtrace): Test completing qualifiers. + +2019-06-13 Pedro Alves + + * gdb.base/options.exp (test-backtrace): New. + (top level): Call it. + +2019-06-13 Pedro Alves + + * gdb.guile/scm-frame-args.exp: Use "set print + raw-frame-arguments" instead of "set print raw frame-arguments". + * gdb.python/py-frame-args.exp: Likewise. + +2019-06-13 Pedro Alves + + * gdb.compile/compile.exp: Adjust expected output to option + processing changes. + +2019-06-13 Pedro Alves + + * gdb.base/options.exp: Build executable. + (test-print): New procedure. + (top level): Call it, once for "print" and another for "compile + print". + +2019-06-13 Pedro Alves + + * gdb.base/options.c: New file. + * gdb.base/options.exp: New file. + +2019-06-13 Pedro Alves + + * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check + that "o" is ambiguous. + +2019-06-13 Pedro Alves + + * gdb.base/settings.c: New file. + * gdb.base/settings.exp: New file. + +2019-06-13 Pedro Alves + + * gdb.base/completion.exp: Fix comment typo. + +2019-06-13 Pedro Alves + + * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1 + foo --1" test. + +2019-06-11 Bernhard Heckel + + * gdb.fortran/block-data.f: New. + * gdb.fortran/block-data.exp: New. + +2019-06-11 Tom de Vries + + PR testsuite/24521 + * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols" + message. + +2019-06-11 Tom de Vries + + PR testsuite/24521 + * gdb.dwarf2/nonvar-access.exp: Fix main high_pc. + +2019-06-11 Tom de Vries + + * boards/readnow.exp: New file. + +2019-06-10 Andrew Burgess + + * gdb.fortran/vla-sizeof.exp: Update expected results. + +2019-06-06 Amos Bird + + * gdb.base/annota1.exp (thread_switch): Add test for + thread-exited annotation. + +2019-06-06 Tom Tromey + + * gdb.base/maint.exp: Expect command started/finished output. + +2019-06-05 Andrew Burgess + + * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in + comment. + * gdb.arch/riscv-unwind-long-insn-8.s: Likewise. + +2019-06-05 Andrew Burgess + + * gdb.arch/riscv-unwind-long-insn-6.s: New file. + * gdb.arch/riscv-unwind-long-insn-8.s: New file. + * gdb.arch/riscv-unwind-long-insn.c: New file. + * gdb.arch/riscv-unwind-long-insn.exp: New file. + +2019-06-04 Christian Biesinger + + * gdb.python/py-type.exp: Test for new gdb.Type.objfile property. + +2019-06-03 Philippe Waroquiers + + * lib/gdb.exp (help_list_trailer): New regexp variable + factorizing the help trailer message. + (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS + arg to allow to better factorize various tests. + (test_user_defined_class_help): Factorizes testing 'help user-defined'. + (test_prefix_command_help): Use help_list_trailer. + * gdb.python/py-cmd.exp: Use test_user_defined_class_help. + * gdb.guile/scm-cmd.exp: Likewise. + * gdb.trace/tracecmd.exp: Update caller of test_class_help. + * gdb.base/help.exp: Use test_user_defined_class_help. + * gdb.base/style.exp: Add tests for styling of help and apropos. + * lib/gdb-utils.exp (style): Add title and highlight styles. + 2019-05-31 Philippe Waroquiers * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,