gdb/infrun: switch the context before 'displaced_step_restore'
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index a6af43437c1c75ad63ac52d6955a8c5bc81d8756..affdb63cd76b6564b758a663de44fcf734f91016 100644 (file)
@@ -1,3 +1,197 @@
+2020-04-21  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.multi/run-only-second-inf.c: New file.
+       * gdb.multi/run-only-second-inf.exp: New file.
+
+2020-04-21  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/multi-inferior.c: New test.
+       * gdb.btrace/multi-inferior.exp: New file.
+
+2020-04-21  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/enable-new-thread.c: New test.
+       * gdb.btrace/enable-new-thread.exp: New file.
+
+2020-04-21  Tom de Vries  <tdevries@suse.de>
+
+       PR gdb/25471
+       * gdb.threads/killed-outside.c: New test.
+       * gdb.threads/killed-outside.exp: New file.
+
+2020-04-20  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
+       * gdb.base/nested-subp2.exp: Likewise.
+       * gdb.base/nested-subp3.exp: Likewise.
+
+2020-04-20  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/nested-subp1.exp: Disable test when using clang.
+       * gdb.base/nested-subp2.exp: Likewise.
+       * gdb.base/nested-subp3.exp: Likewise.
+
+2020-04-20  Gary Benson <gbenson@redhat.com>
+
+       * gdb.cp/exception.cc: Fix compilation error with clang.
+
+2020-04-20  Gary Benson <gbenson@redhat.com>
+
+       * gdb.trace/tspeed.c: Fix compilation error with clang.
+
+2020-04-20  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/jit-main.c: Fix compilation error with clang.
+
+2020-04-17  Kamil Rytarowski  <n54@gmx.com>
+
+       * gdb.base/attach-twice.c: Include "sys/types.h".
+       (PTRACE_ATTACH): Add fallback definition.
+       (main): Pass `0' to the 4th argument of `ptrace'.
+
+2020-04-17  Kamil Rytarowski  <n54@gmx.com>
+
+       * gdb.base/fork-running-state.c: Include "signal.h".
+
+2020-04-17  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
+       Update tests.
+       * gdb.btrace/cpu.exp: Update tests.
+       * gdb.base/maint.exp: Update tests.
+       * gdb.base/default.exp: Update tests.
+       * gdb.base/completion.exp: Update tests.
+
+2020-04-16  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25791
+       * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
+       (ensure_gdb_index): and factor out and move ...
+       * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
+       * gdb.dwarf2/imported-unit-runto-main.exp: New file.
+
+2020-04-16  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/maint-expand-symbols-header-file.exp: Set language before
+       loading exec.
+
+2020-04-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/many-completions.exp: New file.
+
+2020-04-14  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25718
+       * gdb.dwarf2/dw2-symtab-includes.exp: New file.
+
+2020-04-14  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25720
+       * gdb.base/maint-expand-symbols-header-file.c: New test.
+       * gdb.base/maint-expand-symbols-header-file.exp: New file.
+       * gdb.base/maint-expand-symbols-header-file.h: New test.
+
+2020-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
+       * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
+       get_func_info.
+       (get_func_info): Delete.
+       * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
+       * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
+       * lib/dwarf.exp (get_func_info): New function.
+
+2020-04-13  Tom de Vries  <tdevries@suse.de>
+
+       * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
+       to what find_gnatmake does.
+
+2020-04-10  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/style.exp: Expect "Expanding full symbols" message for
+       -readnow.
+
+2020-04-10  Tom de Vries  <tdevries@suse.de>
+
+       PR cli/25808
+       * gdb.base/style.c: Add leading newlines.
+       * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
+       Check listing of main's one-line body.
+
+2020-04-08  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (psymtabs_p): New proc.
+       * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
+       importing unit" unsupported if there are no partial symbols.
+
+2020-04-08  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/25760
+       * gdb.ada/call_pn.exp: Call "maint expand-symtabs".  Add xfails.
+
+2020-04-07  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25796
+       * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
+
+2020-04-07  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/check-psymtab.c: New test.
+       * gdb.base/check-psymtab.exp: New file.
+
+2020-04-06  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/variant-record/proc.adb: New file.
+       * gdb.ada/variant-record/value.adb: New file.
+       * gdb.ada/variant-record/value.s: New file.
+       * gdb.ada/variant-record.exp: New file.
+
+2020-04-03  Hannes Domani  <ssbssa@yahoo.de>
+
+       PR gdb/25325
+       * gdb.cp/typed-enum.cc: New test.
+       * gdb.cp/typed-enum.exp: New file.
+
+2020-04-02  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
+       * gdb.dwarf2/dw2-inline-small-func.c: New file.
+       * gdb.dwarf2/dw2-inline-small-func.exp: New file.
+       * gdb.dwarf2/dw2-inline-small-func.h: New file.
+       * gdb.opt/inline-small-func.c: New file.
+       * gdb.opt/inline-small-func.exp: New file.
+       * gdb.opt/inline-small-func.h: New file.
+
+2020-04-02  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
+       function.
+
+2020-04-02  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/dwarf.exp (function_range): Allow compiler options to be
+       specified.
+
+2020-04-02  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
+       __attribute__((always_inline)).
+       * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
+
+2020-04-02  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
+       (gdbserver_gdb_exit): ... here.  Add timeout warning.
+       * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
+       (connect_target_extended_remote): Append new server_spawn_id to
+       server_spawn_ids.
+       (cleanup): New proc.
+       (setup, <toplevel>): Call cleanup.
+
+2020-04-02  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/main-psymtab.exp: New file.
+
 2020-04-02  Tom de Vries  <tdevries@suse.de>
 
        * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
 
 2019-09-29  Tom de Vries  <tdevries@suse.de>
 
-        * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
+       * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
 
 2019-09-29  Tom de Vries  <tdevries@suse.de>
 
 2019-07-29  Tom de Vries  <tdevries@suse.de>
 
        * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
-          print registers" regexps.
+       print registers" regexps.
 
 2019-07-29  Tom de Vries  <tdevries@suse.de>
 
This page took 0.048723 seconds and 4 git commands to generate.