X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=8fb69c0bacf627153f99c440576c4eaac7d4895e;hb=2708dbbd58fd5ccdbf07b6da812a45e228659268;hp=814c6ded1e02307ee230a390cd847f713558ddb5;hpb=59b59f08f6448a77730c8d8dde5871f1bf6806d0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 814c6ded1e..8fb69c0bac 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,167 @@ +2021-02-08 Andrew Burgess + + * gdb.python/py-framefilter.exp: Update expected results. + * gdb.python/python.exp: Update expected results. + +2021-02-08 Andrew Burgess + + * gdb.tui/scroll.exp: Tighten expected results. Remove comment + about bug in GDB, update expected results, and add more tests. + +2021-02-08 Andrew Burgess + + * gdb.tui/scroll.exp: New file. + * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results. + * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll + remaining lines up. + (Term::check_region_contents): New proc. + (Term::check_box_contents): Use check_region_contents. + +2021-02-06 Tom de Vries + + PR testsuite/26922 + * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when + scrolling. + +2021-02-05 Tom de Vries + + PR breakpoints/27313 + * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is + rejected. + +2021-02-05 Tom de Vries + + * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549. + * gdb.fortran/mixed-lang-stack.exp: Same. + +2021-02-05 Tom de Vries + + PR exp/27265 + * gdb.base/complex-parts.exp: Add tests. + +2021-02-05 Tom de Vries + + PR symtab/27307 + * gdb.dwarf2/clang-debug-names.exp: Check file command warnings. + +2021-02-04 Shahab Vahedi + + * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC. + +2021-02-03 Pedro Alves + + * gdb.threads/detach-step-over.c: New file. + * gdb.threads/detach-step-over.exp: New file. + +2021-02-03 Pedro Alves + + * gdb.threads/attach-non-stop.c: New file. + * gdb.threads/attach-non-stop.exp: New file. + +2021-02-02 Lancelot SIX + + * gdb.base/inferior-noarg.c: New test. + * gdb.base/inferior-noarg.exp: New test. + +2021-02-02 Simon Marchi + + * gdb.base/scope.exp: Use proc_with_prefix. + +2021-02-02 Simon Marchi + + * lib/dwarf.exp (rnglists): Add -no-offset-array option to + table proc. + * gdb.dwarf2/rnglists-sec-offset.exp: Add test for + .debug_rnglists table without offset array. + * gdb.dwarf2/loclists-sec-offset.exp: Add test for + .debug_loclists table without offset array. + +2021-02-02 Simon Marchi + + * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges + of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute. + * gdb.dwarf2/loclists-sec-offset.exp: Add test for + DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base + attribute + +2021-02-02 Simon Marchi + + PR gdb/26813 + * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx. + (loclists): New proc. + * gdb.dwarf2/loclists-multiple-cus.c: New. + * gdb.dwarf2/loclists-multiple-cus.exp: New. + * gdb.dwarf2/loclists-sec-offset.c: New. + * gdb.dwarf2/loclists-sec-offset.exp: New. + +2021-02-02 Simon Marchi + + * lib/dwarf.exp (_location): Add parameters. + (_handle_DW_FORM): Adjust. + +2021-02-02 Simon Marchi + + PR gdb/26813 + * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx. + (cu): Generate header for DWARF 5. + (rnglists): New proc. + * gdb.dwarf2/rnglists-multiple-cus.exp: New. + * gdb.dwarf2/rnglists-sec-offset.exp: New. + +2021-02-02 Tom de Vries + + PR symtab/24620 + * gdb.dwarf2/fission-reread.exp: Add test-case. + +2021-02-01 Tom de Vries + + * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo. + * gdb.dwarf2/fission-loclists-pie.S: Same. + * gdb.dwarf2/fission-loclists.S: Same. + * gdb.dwarf2/fission-multi-cu.S: Same. + * gdb.dwarf2/fission-reread.S: Same. + * gdb.dwarf2/fission-base.exp: Use DWO. + * gdb.dwarf2/fission-loclists-pie.exp: Same. + * gdb.dwarf2/fission-loclists.exp: Same. + * gdb.dwarf2/fission-multi-cu.exp: Same. + * gdb.dwarf2/fission-reread.exp: Same. + +2021-01-29 Tom de Vries + + PR breakpoints/26063 + * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test. + * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file. + +2021-01-29 Tom de Vries + + * gdb.opt/solib-intra-step.exp: Remove state tracking logic. + +2021-01-28 Tom de Vries + + * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate + in the backtrace, and use that in the rest of the test instead of + hardcoded constant 3. Use "frame" instead of "up" for robustness. + +2021-01-28 Tom de Vries + + * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4]. + * gdb.arch/i386-sse-stack-align.c: Same. + * gdb.arch/i386-sse-stack-align.exp: Same. + +2021-01-28 Andrew Burgess + + * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME. + +2021-01-28 Tom de Vries + + * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint. + +2021-01-28 Tom de Vries + + * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to + "maint info line-table". Make PASS pattern more specific. Make + FAIL pattern work for -m32. + 2021-01-27 Lancelot SIX PR gdb/27133