X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=810cefdaeda2cf72d6a14cc25dcdccb9fb382401;hb=45d735237b7edf282131d570a7a9f6aa9ee1bd9c;hp=17ae51a37a99448f1536396a386ea2a7ec955580;hpb=aa2d5a4229eb541406d3b91a384ad6a62caf7760;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 17ae51a37a..810cefdaed 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,113 @@ +2019-12-16 Bernd Edlinger + + * gdb.base/skip-inline.c: New file. + * gdb.base/skip-inline.exp: New file. + +2019-12-16 Simon Marchi + + * gdb.base/jit-reader.exp (jit_reader_test): Rename + jit_function_00 to jit_function_stack_mangle. + * gdb.base/jithost.c (jit_function_t): Rename to... + (jit_function_stack_mangle_t): ... this. + (jit_function_add_t): New typedef. + (jit_function_00_code): Rename to... + (jit_function_stack_mangle_code): ... this, make static. + (jit_function_add_code): New. + (main): Generate "add" function and call it. Adjust to changes + in jithost_abi. + * gdb.base/jithost.h (struct jithost_abi_bounds): New. + (struct jithost_abi) : Remove fields. + : New fields. + * gdb.base/jitreader.c (struct reader_state) : Remove fields. + : New field. + (read_debug_info): Adjust to renaming, create block for "add" + function. + (read_sp, unwind_frame, get_frame_id): Adjust to other changes. + +2019-12-11 Tom Tromey + + * gdb.tui/resize.exp: Fix regexp. + * gdb.tui/regs.exp: Fix regexps. + * gdb.tui/main.exp: Fix regexp. + +2019-12-11 Tom Tromey + + * gdb.tui/resize.exp: Update. + * gdb.tui/empty.exp (layouts): Update. + +2019-12-11 Tom Tromey + + * gdb.tui/regs.exp: Update. + * gdb.tui/empty.exp (layouts): Update. + * gdb.tui/basic.exp: Update. + * lib/tuiterm.exp (_check_box): Don't check bottom border. + +2019-12-11 Philippe Waroquiers + + * gdb.base/options.exp: Add -raw-values in the print completion list. + * gdb.python/py-prettyprint.exp: Add tests for -raw-values. + +2019-12-10 Kevin Buettner + + * gdb.threads/omp-par-scope.c: New file. + * gdb/threads/omp-par-scope.exp: New file. + +2019-12-10 Kevin Buettner + + * lib/gdb.exp (support_nested_function_tests): New proc. + +2019-12-10 Kevin Buettner + + * lib/gdb.exp (gdb_compile_openmp): New proc. + (build_executable_from_specs): Add an "openmp" option. + (gdb_compile_pthreads): Add non-executable case. + +2019-12-10 Tom Tromey + + * gdb.ada/unchecked_union.exp: New file. + * gdb.ada/unchecked_union/pck.adb: New file. + * gdb.ada/unchecked_union/pck.ads: New file. + * gdb.ada/unchecked_union/unchecked_union.adb: New file. + * gdb-utils.exp (string_to_regexp): Also quote "?". + +2019-12-10 George Barrett + + Test scripted probe breakpoints. + * gdb.guile/scm-breakpoint.c (main): Add probe point. + * gdb.python/py-breakpoint.c (main): Likewise. + * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe + specifier test. + * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise. + +2019-12-09 Tankut Baris Aktemur + + * gdb.cp/rvalue-ref-overload.cc (g): New function that takes + an rvalue parameter. + * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue + parameter. + +2019-12-09 Andrew Burgess + + * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system + modules. + +2019-12-09 Andrew Burgess + + * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a + broken version of GCC. + +2019-12-09 Andrew Burgess + + * gdb.fortran/info-modules.exp: Rewrite to make use of new + sym-info-cmds library. + * gdb.fortran/info-types.exp: Likewise. + * lib/sym-info-cmds.exp: New file. + +2019-12-08 Tom de Vries + + * gdb.dwarf2/imported-unit.exp: Fix inter-CU references. + 2019-12-07 Keith Seitz * gdb.base/corefile-buildid-shlib-shr.c: New file.