X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=6e2234984da82ac4329a2e0520f43d7f34f13537;hb=b2b2a2159876fa8db57ce017b949cafc6f1a32df;hp=8454b00755c0b00fe181db087b774a44b4055c85;hpb=680e1beed31da40080f61a35f6ccd626de818056;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8454b00755..6e2234984d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,85 @@ +2019-07-03 Pedro Alves + + * lib/completion-support.exp (test_gdb_complete_tab_multiple): + Split one gdb_test_multiple call in two to avoid a race. + +2019-07-03 Pedro Alves + + * gdb.base/with.c: New file. + * gdb.base/with.exp: New file. + +2019-07-03 Pedro Alves + + * gdb.base/settings.exp: Replace all references to "maint + test-settings set" with references to "maint set test-settings", + and all references to "maint test-settings show" with references + to "maint show test-settings". + +2019-07-03 Pedro Alves + + * gdb.base/settings.exp (test-string): Adjust expected out when + testing "maint test-settings show filename" + +2019-07-02 Pedro Alves + + * gdb.base/options.exp (test-info-threads): New procedure. + (top level): Call it. + +2019-06-28 Tom Tromey + + * gdb.dwarf2/ada-linkage-name.c: New file. + * gdb.dwarf2/ada-linkage-name.exp: New file. + +2019-06-27 Tom Tromey + + * gdb.cp/constexpr-field.exp: Use setup_xfail. + +2019-06-26 Tom de Vries + + * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF. + +2019-06-26 Tom de Vries + + * gdb.base/index-cache.exp: Add back missing debug option. + +2019-06-23 Philippe Waroquiers + + * gdb.base/alias.exp: Test non matching/non existing prefixes. + +2019-06-25 Tom de Vries + + PR testsuite/24727 + * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1. + +2019-06-24 Tom de Vries + + * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference. + +2019-06-24 Tom de Vries + + * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of + DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file. + * gdb.trace/unavailable-dwarf-piece.exp: Same. + +2019-06-24 Tom de Vries + + * gdb.dwarf2/inlined_subroutine-inheritance.exp: + +2019-06-21 Tom de Vries + + * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id. + +2019-06-21 Tom de Vries + + PR testsuite/24518 + PR ada/24713 + * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains + index. + +2019-06-19 Tom Tromey + + * gdb.ada/length_cond.exp: Add intro comment. + 2019-06-19 Tom Tromey * gdb.ada/length_cond.exp: New file.