X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=b9060ef5d0545466b19778c14cabd022b9bae5d0;hb=67f3ed6afef86d08ef9989cc251eac585e9ef9cf;hp=e8445f8e88b34a05741dc8bfbe28f9a5daed643b;hpb=d9c4ba536c522b8dc2194d4100270a159be7894a;p=binutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e8445f8e88b..b9060ef5d05 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,121 @@ +2019-09-17 Andrew Burgess + + * gdb.base/list-missing-source.exp: New file. + +2019-09-14 Tom de Vries + + PR teststuite/24599 + * gdb.ada/rename_subscript_param.exp: Require gnatmake 8. + * lib/ada.exp (gnatmake_version_at_least): New proc. + +2019-09-12 Andrew Burgess + + * gdb.base/maint.exp: Use exec_has_index_section. + +2019-09-12 Andrew Burgess + + * gdb.base/maint.exp: Add test for 'maint info sections'. + +2019-09-12 Tom de Vries + + * gdb.base/store.exp: Allow register variables to be optimized out at + -O0. + +2019-09-12 Philippe Waroquiers + + * gdb.ada/rdv_wait.exp: Update to new task names. + * gdb.base/task_switch_in_core.exp: Likewise. + * gdb.base/info_sources_base.c: Likewise. + +2019-09-10 Tom Tromey + + * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET. + +2019-09-10 Tom Tromey + + * gdb.ada/dgopt.exp: New file. + * gdb.ada/dgopt/x.adb: New file. + +2019-09-08 Tom Tromey + + * gdb.tui/resize.exp: Remove setup_xfail. + * gdb.tui/regs.exp: Remove setup_xfail. + * gdb.tui/basic.exp: Remove setup_xfail. + +2019-09-06 David Blaikie + + * gdb.base/label.exp: un-XFAIL label related tests under Clang. + * gdb.cp/cplabel.exp: Ditto. + * gdb.linespec/ls-errs.exp: Ditto. + +2019-09-05 Tom de Vries + + * lib/gdb.exp (cmp_file_string): New proc. + * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with + runto_main. Verify save breakpoints output. + +2019-09-04 Philippe Waroquiers + + * gdb.base/info-var.exp: Test info variables without running + to main, to avoid expect's buffer overflow. + +2019-09-03 Tom Tromey + + * gdb.ada/bias.exp: New file. + * gdb.ada/bias/bias.adb: New file. + * gdb.ada/print_chars.exp: Add regression test. + * gdb.ada/print_chars/foo.adb (My_Character): New type. + (MC): New variable. + +2019-08-29 Sandra Loosemore + + * gdb.base/argv0-symlink.exp: Run only on native target + and local host. + +2019-08-29 Tom de Vries + + * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more + diverse debug info. + * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4. + +2019-08-28 Tom de Vries + + * gdb.base/info-var.exp: Allow info variables to print info for files + other than info-var-f1.c and info-var-f2.c. + +2019-08-28 Andrew Burgess + + * gdb.fortran/info-types.exp: Add module. + * gdb.fortran/info-types.f90: Update expected results. + +2019-08-28 Andrew Burgess + + * gdb.fortran/info-types.exp: New file. + * gdb.fortran/info-types.f90: New file. + * lib/fortran.exp (fortran_character1): New proc. + +2019-08-27 Andrew Burgess + + * gdb.base/info-fun.exp: Extend to test the -n flag for 'info + functions'. Reindent as needed. + * gdb.base/info-var-f1.c: New file. + * gdb.base/info-var-f2.c: New file. + * gdb.base/info-var.exp: New file. + * gdb.base/info-var.h: New file. + +2019-08-26 Tom de Vries + + PR c++/24852 + * gdb.cp/no-libstdcxx-probe.exp: New test. + +2019-08-26 Tom de Vries + + * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe + * tests need to be skipped. + * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests. + * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to + mi_skip_libstdcxx_probe_tests. + 2019-08-26 Sergio Durigan Junior * gdb.python/py-xmethods.exp: Use raw strings when passing