binutils-gdb/gdb/testsuite/gdb.dwarf2
Tom de Vries 322ffd247e [gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.exp
In test-case gdb.dwarf2/assign-variable-value-to-register.exp a return is
missing here after the unsupported:
...
if { ![is_x86_64_m64_target] } {
    unsupported "unsupported architecture"
}
...
and consequently on aarch64-linux I ran into an UNSUPPORTED followed by 3
FAILs.

Fix this by simply using require:
...
require is_x86_64_m64_target
...

Tested on x86_64-linux and aarch64-linux.
2024-01-12 09:29:37 +01:00
..
_start.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
ada-cold-name.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
ada-linkage-name.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
ada-linkage-name.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
ada-thick-pointer.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
ada-valprint-error.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
ada-valprint-error.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
anon-ns-fn.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
anon-ns-fn.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
arr-stride.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
arr-subrange.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
assign-variable-value-to-register.exp [gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.exp 2024-01-12 09:29:37 +01:00
atomic-type.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
atomic-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
bad-regnum.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
bitfield-parent-optimized-out.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
break-inline-psymtab-2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
break-inline-psymtab.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
break-inline-psymtab.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
callframecfa.exp Use require is_x86_like_target 2023-01-13 13:18:55 -07:00
callframecfa.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
calling-convention.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
calling-convention.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
clang-cli-macro.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
clang-cli-macro.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
clang-debug-names-2-foo.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
clang-debug-names-2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
clang-debug-names-2.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
clang-debug-names.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
clang-debug-names.exp [gdb/symtab] Redo "Fix assert in set_length" 2023-12-06 10:29:17 +01:00
clang-debug-names.exp.tcl Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
clztest.c
clztest.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
clztest.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
comp-unit-lang.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
comp-unit-lang.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
corrupt.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
count.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
cpp-linkage-name.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpp-linkage-name.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
cu-no-addrs.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
data-loc.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
data-loc.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
debug-aranges-duplicate-offset-warning.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
debug-aranges-duplicate-offset-warning.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
debug-names-bad-cu-index.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
debug-names-duplicate-cu.exp [gdb/symtab] Redo "Fix assert in set_length" 2023-12-06 10:29:17 +01:00
debug-names-missing-cu.exp [gdb/symtab] Redo "Fix assert in set_length" 2023-12-06 10:29:17 +01:00
debug-names-non-ascending-cu.exp [gdb/symtab] Redo "Fix assert in set_length" 2023-12-06 10:29:17 +01:00
debug-names-tu-dwarf5.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
debug-names-tu.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
debug-names-tu.exp.tcl Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
debug-names.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dup-psym.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dup-psym.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-abs-hi-pc-hello-dbg.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-abs-hi-pc-hello.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-abs-hi-pc-world-dbg.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-abs-hi-pc-world.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-abs-hi-pc.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-abs-hi-pc.exp [gdb/testsuite] Use set in lmap in gdb.dwarf2/dw2-abs-hi-pc.exp 2023-05-02 17:37:58 +02:00
dw2-ada-ffffffff.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-ada-ffffffff.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-align.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-anon-mptr.exp Use clean_restart in gdb.dwarf2 2023-01-26 18:28:32 -07:00
dw2-anon-mptr.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-anonymous-func.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-anonymous-func.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-bad-elf-other.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-bad-elf.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-bad-mips-linkage-name.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-bad-mips-linkage-name.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-bad-parameter-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-bad-parameter-type.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-bad-unresolved.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-bad-unresolved.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-basic.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-basic.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-bfloat16.c Handle half-float in 'x' command 2023-03-02 08:49:37 -07:00
dw2-bfloat16.exp Handle half-float in 'x' command 2023-03-02 08:49:37 -07:00
dw2-canonicalize-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-canonicalize-type.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-case-insensitive-debug.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-case-insensitive.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-case-insensitive.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-common-block.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-common-block.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-compdir-oldgcc.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-compdir-oldgcc.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-compressed.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-compressed.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-const.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-const.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-cp-infcall-ref-static-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-cp-infcall-ref-static.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
dw2-cp-infcall-ref-static.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-cu-size.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-cu-size.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-dir-file-name.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-dir-file-name.exp Use require with is_remote 2023-01-25 09:02:11 -07:00
dw2-disasm-over-non-stmt.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-dos-drive.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-dos-drive.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-double-set-die-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-double-set-die-type.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-dummy-cu.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-dummy-cu.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-dup-frame.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-dup-frame.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-dup-frame.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-empty-file-name.exp [gdb/symtab] Handle empty file name in .debug_line section 2023-04-17 18:09:32 +02:00
dw2-empty-namespace.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-empty-namespace.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-empty-pc-range.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-empty-pc-range.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-entry-points.c dwarf, fortran: add support for DW_TAG_entry_point 2023-12-29 11:31:10 +01:00
dw2-entry-points.exp [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le 2024-01-11 16:05:12 +01:00
dw2-entry-value-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-entry-value.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-entry-value.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-epilogue-begin.c gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table 2024-01-02 10:21:37 +01:00
dw2-epilogue-begin.exp gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table 2024-01-02 10:21:37 +01:00
dw2-error.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-error.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
dw2-error.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-filename.exp gdb/testsuite: Adjust some testcases to allow Windows pathnames 2023-09-05 18:48:22 +00:00
dw2-filename.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-fixed-point.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-fixed-point.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-gas-workaround.exp [gdb/testsuite] Fix gdb.dwarf2/dw2-gas-workaround.exp 2023-11-06 08:32:54 +01:00
dw2-icc-opaque.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-icc-opaque.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-icycle.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-icycle.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-ifort-parameter.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ifort-parameter.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-inheritance.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-inheritance.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-inline-break.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-inline-break.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-header-1.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-inline-header-2.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-inline-header-3.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-inline-header-lbls.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-header.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-header.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-many-frames.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-many-frames.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-inline-param-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-param.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-inline-param.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-inline-small-func-lbls.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-small-func.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-small-func.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-inline-small-func.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-stepping.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-stepping.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-inline-with-lexical-scope.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-inline-with-lexical-scope.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-intercu.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-intercu.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-intermix.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-intermix.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-is-stmt-2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-is-stmt-2.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-is-stmt.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-is-stmt.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-lexical-block-bare.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-line-number-zero.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-line-number-zero.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-lines.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-lines.exp Change 'require' to accept a list of predicates 2023-01-13 13:18:54 -07:00
dw2-linkage-name-trust-main.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-linkage-name-trust.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
dw2-linkage-name-trust.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-main-no-line-number.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-minsym-in-cu.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-minsym-in-cu.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-missing-cu-tag.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-missing-cu-tag.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
dw2-modula2-self-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-modula2-self-type.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-namespaceless-anonymous.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-namespaceless-anonymous.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-no-code-cu.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-no-code-cu.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-noloc-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-noloc.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-noloc.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-objfile-overlap-inner.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-objfile-overlap-outer.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-objfile-overlap.exp [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host 2023-03-27 13:58:10 +02:00
dw2-op-call.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-op-call.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-op-out-param.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-op-out-param.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-op-stack-value.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-op-stack-value.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-opt-structptr.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-opt-structptr.exp Use mi_clean_restart more 2023-01-26 18:28:31 -07:00
dw2-out-of-range-end-of-seq.exp gdb/record: print frame information when exiting a recursive call 2023-11-20 10:54:03 +01:00
dw2-param-error-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-param-error.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-param-error.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-producer.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-producer.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-prologue-end-2.c gdb: Fix false match issue in skip_prologue_using_linetable 2023-04-22 07:50:08 +02:00
dw2-prologue-end-2.exp Fix PR30369 regression on aarch64/arm (PR30506) 2023-06-07 12:01:12 +01:00
dw2-prologue-end.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-prologue-end.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-ranges-2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-3.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-base.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-base.exp gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table 2024-01-02 10:21:37 +01:00
dw2-ranges-func-hi-cold.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-func-lo-cold.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-func.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-ranges-overlap.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-overlap.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-ranges-psym-warning-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-psym-warning.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-psym-warning.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-ranges-psym.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges-psym.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-ranges.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ranges.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-ref-missing-frame-func.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ref-missing-frame-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-ref-missing-frame.exp [gdb/testsuite] Fix quoting issues in gdb.dwarf2 for remote host 2023-03-27 13:58:09 +02:00
dw2-ref-missing-frame.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-reg-undefined.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-reg-undefined.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-reg-undefined.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-regno-invalid.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-restore.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-restore.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-restrict.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-restrict.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-restrict.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-simple-locdesc.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-simple-locdesc.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-single-line-discriminators.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-single-line-discriminators.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-single-line-discriminators.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-skip-prologue.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-skip-prologue.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-skip-prologue.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-stack-boundary.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
dw2-stack-boundary.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-step-out-of-function-no-stmt.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-step-out-of-function-no-stmt.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-strp.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-strp.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-symtab-includes-lookup.exp Change 'require' to accept a list of predicates 2023-01-13 13:18:54 -07:00
dw2-symtab-includes.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-undefined-ret-addr.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-undefined-ret-addr.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-undefined-ret-addr.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-unresolved-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-unresolved.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-unresolved.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-unspecified-type-foo.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-unspecified-type.c [gdb/symtab] Work around PR gas/29517 2023-10-16 16:32:28 +02:00
dw2-unspecified-type.exp [gdb/symtab] Work around PR gas/29517 2023-10-16 16:32:28 +02:00
dw2-unusual-field-names.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-unusual-field-names.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-using-debug-str.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-using-debug-str.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
dw2-var-zero-addr.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-var-zero-addr.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw2-vendor-extended-opcode.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-vendor-extended-opcode.exp Use require is_c_compiler_gcc 2023-01-13 13:18:56 -07:00
dw2-weird-type-len.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-weird-type-len.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
dw2-zero-range-shlib.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-zero-range.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-zero-range.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
dw4-sig-type-unused.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw4-sig-type-unused.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
dw4-sig-types-b.cc
dw4-sig-types.cc
dw4-sig-types.exp [gdb/testsuite] Add missing include_file in gdb.dwarf/*.exp 2023-03-27 13:58:09 +02:00
dw4-sig-types.h
dw4-toplevel-types.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw4-toplevel-types.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw5-rnglist-test.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw5-rnglist-test.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
DW_OP_piece_with_DW_OP_GNU_uninit.exp Permit DW_OP_GNU_uninit to be used with DW_OP_piece 2023-06-11 15:41:42 -07:00
dwp-sepdebug.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dwp-sepdebug.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dwp-symlink.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dwp-symlink.exp Use clean_restart in gdb.dwarf2 2023-01-26 18:28:32 -07:00
dwz.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dwzbuildid.exp Pre-read DWZ file in DWARF reader 2023-11-05 12:32:34 -07:00
dwznolink.exp Use clean_restart in gdb.dwarf2 2023-01-26 18:28:32 -07:00
dyn-type-unallocated.c [gdb/testsuite] Handle attributes.h for remote host 2023-03-18 10:16:30 +01:00
dyn-type-unallocated.exp [gdb/testsuite] Handle attributes.h for remote host 2023-03-18 10:16:30 +01:00
dynarr-ptr.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dynarr-ptr.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
enqueued-cu-base-addr.exp [gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp with cc-with-gnu-debuglink 2023-08-10 15:46:30 +02:00
entry-value-typedef-aarch64.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
entry-value-typedef-amd64.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
entry-value-typedef.cpp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
entry-value-typedef.exp [gdb/testsuite] Handle PAC marker 2024-01-04 13:42:45 +01:00
enum-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
file1.txt
fission-absolute-dwo.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-absolute-dwo.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
fission-base.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-base.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
fission-base.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-loclists-pie.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
fission-loclists-pie.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-loclists.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
fission-loclists.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-mix-2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-mix.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-mix.exp [gdb/testsuite] Add missing include_file in gdb.dwarf/*.exp 2023-03-27 13:58:09 +02:00
fission-mix.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-multi-cu.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-multi-cu.exp Use require with is_remote 2023-01-25 09:02:11 -07:00
fission-relative-dwo.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fission-relative-dwo.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
fission-reread.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
fission-reread.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
formdata16.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
fortran-var-string.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fortran-var-string.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
forward-spec.exp [gdb/testsuite] Fix gdb.dwarf2/forward-spec.exp with read1 2023-07-15 10:09:40 +02:00
frame-inlined-in-outer-frame.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
frame-inlined-in-outer-frame.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
gdb-add-index-symlink.exp [gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index-symlink.exp for remote host 2023-03-27 13:58:10 +02:00
gdb-add-index.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
gdb-index-cxx.exp [gdb/testsuite] Handle some test-cases with older compiler 2023-08-29 17:27:19 +02:00
gdb-index-nodebug.exp gdb/testsuite: extend special '^' handling to gdb_test_multiple 2023-05-12 13:45:52 +01:00
gdb-index-tilde.exp gdb/testsuite: fix directory name in test name 2023-12-04 18:58:47 +00:00
gdb-index-types-dwarf5.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
gdb-index-types-dwarf5.exp Don't use ensure_gdb_index with require 2023-01-13 13:18:54 -07:00
gdb-index.exp [gdb/testsuite] Fix gdb.dwarf2/gdb-index.exp on remote host 2023-03-27 13:58:10 +02:00
implptr-64bit.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
implptr-optimized-out.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
implptr.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
implptr.exp [gdb/testsuite] Add nopie in a few test-cases 2023-06-17 12:28:58 +02:00
implptr.S
implptrconst.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
implptrpiece.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
implref-array.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
implref-array.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
implref-const.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
implref-global.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
implref-global.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
implref-struct.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
implref-struct.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
imported-unit-abstract-const-value.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
imported-unit-bp-alt.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
imported-unit-bp-c++.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
imported-unit-bp-c.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
imported-unit-bp-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
imported-unit-bp.exp.tcl [gdb/testsuite] Fix gdb.dwarf2/imported-unit-bp-c.exp for remote host 2023-03-27 13:58:10 +02:00
imported-unit-c.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
imported-unit-runto-main.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
imported-unit.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
imported-unit.exp gdb: remove print_sys_errmsg 2023-10-05 12:21:46 +01:00
index.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
info-locals-optimized-out.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
inline.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
inline.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
inlined_subroutine-inheritance.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
intbits.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
intbits.exp Fix crash with DW_FORM_implicit_const 2023-07-21 14:03:23 -06:00
loc-sec-offset.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
loc-sec-offset.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
locexpr-data-member-location-lib.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
locexpr-data-member-location-main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
locexpr-data-member-location.exp [gdb/testsuite] Add missing include_file in gdb.dwarf/*.exp 2023-03-27 13:58:09 +02:00
locexpr-data-member-location.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
loclists-multiple-cus.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
loclists-multiple-cus.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
loclists-sec-offset.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
loclists-sec-offset.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
loclists-start-end.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
loclists-start-end.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
mac-fileno.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
mac-fileno.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
macro-source-path.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
macro-source-path.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
main-foo.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
main-subprogram.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
main-subprogram.exp Fix "start" for D, Rust, etc 2023-02-18 15:41:38 -07:00
main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mega-enum.exp Increase size of main_type::nfields 2023-02-09 07:55:34 -07:00
member-ptr-forwardref.exp Use clean_restart in gdb.dwarf2 2023-01-26 18:28:32 -07:00
member-ptr-forwardref.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
method-ptr.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
method-ptr.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
missing-line-table.c gdb/testsuite: test for a function with no line table 2023-05-19 10:16:44 +01:00
missing-line-table.exp gdb/testsuite: test for a function with no line table 2023-05-19 10:16:44 +01:00
missing-sig-type.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
missing-type-name-for-templates.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
missing-type-name-for-templates.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
missing-type-name.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
multidictionary.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
negative-data-member-location.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
negative-data-member-location.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
no-gnu-debuglink.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
nonvar-access.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
nostaticblock.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
nullptr_t.cc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
nullptr_t.exp [gdb/testsuite] Fix gdb.dwarf2/nullptr_t.exp with cc-with-dwz-m 2023-08-30 23:33:31 +02:00
opaque-type-lookup-2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
opaque-type-lookup.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
opt-out-not-implptr.exp [gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32 2023-05-12 11:43:41 +02:00
per-bfd-sharing.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
per-bfd-sharing.exp [gdb/testsuite] Add wait-for-index-cache in gdb.dwarf2/per-bfd-sharing.exp 2023-10-26 10:34:24 +02:00
pieces-optimized-out.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
pieces-optimized-out.exp [gdb/testsuite] Add nopie in a few test-cases 2023-06-17 12:28:58 +02:00
pieces-optimized-out.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
pieces.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
pieces.exp Use require is_x86_like_target 2023-01-13 13:18:55 -07:00
pieces.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
pr10770.c
pr10770.exp Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
pr11465.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
pr11465.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
pr13961.exp [gdb/symtab] Fix off-by-one error in cooked_indexer::recurse 2023-08-10 21:16:30 +02:00
pr13961.S [gdb/testsuite] Use more %progbits for arm 2023-11-24 15:41:22 +01:00
rnglists-multiple-cus.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
rnglists-sec-offset.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
rust-enum.exp Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbols 2023-12-08 07:08:26 -07:00
self-spec.exp [gdb/symtab] Handle self-reference in inherit_abstract_dies 2023-08-28 16:27:58 +02:00
shortpiece.exp Do not print <synthetic pointer> when piece is optimized out 2023-05-11 15:47:37 -06:00
static-optimized-out.exp [gdb/symtab] Add optimized out static var to cooked index 2023-07-21 08:25:25 +02:00
staticvirtual.exp Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07:00
struct-decl.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
struct-with-sig-2.exp Do more DWARF reading in the background 2024-01-08 18:40:21 -07:00
struct-with-sig.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
subrange-enum.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
subrange.exp gdb/dwarf: fix UBsan crash in read_subrange_type 2023-01-20 11:51:54 -05:00
symbol_needs_eval.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
symbol_needs_eval_fail.exp gdb/testsuite: use proper int size for gdb.dwarf2/symbol_needs_eval*.exp 2023-06-13 09:22:39 +01:00
symbol_needs_eval_timeout.exp gdb/testsuite: use proper int size for gdb.dwarf2/symbol_needs_eval*.exp 2023-06-13 09:22:39 +01:00
symtab-producer.exp Rename to allow_python_tests 2023-01-13 13:18:58 -07:00
template-specification-full-name.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
trace-crash.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
trace-crash.S
typeddwarf-amd64.S [gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.exp 2023-07-26 13:42:32 +02:00
typeddwarf.c
typeddwarf.exp [gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.exp 2023-07-26 13:42:32 +02:00
typeddwarf.S [gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.exp 2023-07-26 13:42:32 +02:00
typedef-void-finish.exp Rename to allow_python_tests 2023-01-13 13:18:58 -07:00
utf-rust.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
valop.exp Use require is_x86_like_target 2023-01-13 13:18:55 -07:00
valop.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
var-access.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
var-access.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
variant.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
variant.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
varval.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
varval.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
void-type.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
void-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
watch-notconst.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
watch-notconst.exp Use require is_x86_like_target 2023-01-13 13:18:55 -07:00
watch-notconst2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
watch-notconst2.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00