binutils-gdb/gdb/testsuite/gdb.dwarf2
Andrew Burgess ef56b00650 gdb/testsuite: test for a function with no line table
This commit adds a test for the following commit:

  commit e86e87f77f
  Date:   Tue Nov 28 16:23:32 2006 +0000

              * symtab.c (find_pc_sect_line): Do not return a line before
              the start of a symtab.

We have been carrying a test for that commit in the Fedora GDB tree
since that commit was added to GDB.  I don't know why the test wasn't
added along with the original commit, but as was written, the test is
pretty gross, it uses objcopy to pull the .text section from an object
file, which was then injected into another source file within a .asm
statement...

... these days we can just make use of the DWARF assembler to achieve
the same results, so I've rewritten the test and think it is worth
adding this to upstream GDB.

The original patch was about about how we find the best symtab and
line table entry, and what to do when GDB can't find a good match.

The new test creates a CU with two functions, only one of which is
covered by the line table.  With the above patch reverted GDB returns
an invalid address.

With the above patch reverted I did run the testsuite to see what
other tests might already be exercising this functionality, and I
found two tests:

  gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp
  gdb.dwarf2/dw2-vendor-extended-opcode.exp

These are pretty similar, they either create minimal, or no line table
for one of the functions in the source file, and as a consequence GDB
returns an unexpected address at some point during the test.

However, both of those tests are really focused on other issues, so I
think this new test does add some value.  Plus the new test is not
large, so it's not a huge cost to also run this new test.

Reviewed-By: Tom Tromey <tom@tromey.com>
2023-05-19 10:16:44 +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
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 Use require dwarf2_support 2023-01-13 13:18:55 -07: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 Use require dwarf2_support 2023-01-13 13:18:55 -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 Use require dwarf2_support 2023-01-13 13:18:55 -07:00
debug-names-missing-cu.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
debug-names-non-ascending-cu.exp Use require dwarf2_support 2023-01-13 13:18:55 -07: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-abs-hi-pc-hello-dbg.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 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.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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-anonymous-func.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-anonymous-func.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-bad-elf-other.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-case-insensitive-debug.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-compressed.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-compressed.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-const.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-const.S 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-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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-cu-size.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-cu-size.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-dummy-cu.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-dummy-cu.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-empty-pc-range.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-empty-pc-range.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host 2023-03-27 13:58:10 +02: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 Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-filename.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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-icc-opaque.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-icc-opaque.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-icycle.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-icycle.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-intermix.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-intermix.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host 2023-03-27 13:58:10 +02:00
dw2-modula2-self-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-modula2-self-type.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-objfile-overlap-inner.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-objfile-overlap-outer.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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/testsuite: more newline pattern cleanup 2023-05-05 17:59:21 +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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-producer.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-producer.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 gdb: Fix false match issue in skip_prologue_using_linetable 2023-04-22 07:50:08 +02: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/testsuite: adjust test cases to previous "maintenance info line-table" change 2023-03-22 15:13:17 -04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-stack-boundary.exp [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host 2023-03-27 13:58:10 +02:00
dw2-stack-boundary.S 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.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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dw2-unspecified-type.exp Use require dwarf2_support 2023-01-13 13:18:55 -07: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 [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host 2023-03-27 13:58:10 +02:00
dw2-var-zero-addr.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw2-var-zero-addr.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 [gdb/testsuite] Fix gdb.dwarf2/dw2-zero-range.exp for remote-gdbserver-on-localhost 2023-03-07 15:12:06 +01:00
dw4-sig-type-unused.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
dw4-sig-type-unused.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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
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 Use clean_restart in gdb.dwarf2 2023-01-26 18:28:32 -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 for remote host 2023-03-27 13:58:10 +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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Use require with is_remote 2023-01-25 09:02:11 -07:00
fission-reread.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Correctly handle forward DIE references in scanner 2023-05-15 08:49:24 -06: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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] Fix gdb.dwarf2/gdb-index-cxx.exp for remote host 2023-03-27 13:58:10 +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-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 Add unsupported calls where needed 2023-01-25 09:02:11 -07: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 Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07: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 Use require dwarf2_support 2023-01-13 13:18:55 -07: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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 Use require with is_remote 2023-01-25 09:02:11 -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 Rename to allow_cplus_tests and allow_stl_tests 2023-01-13 13:18:57 -07: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] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host 2023-03-27 13:58:10 +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 Use require is_x86_like_target 2023-01-13 13:18:55 -07: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
pr13961.exp Use require dwarf2_support 2023-01-13 13:18:55 -07:00
pr13961.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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
shortpiece.exp Do not print <synthetic pointer> when piece is optimized out 2023-05-11 15:47:37 -06: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.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 Use require dwarf2_support 2023-01-13 13:18:55 -07:00
symbol_needs_eval_timeout.exp Use require dwarf2_support 2023-01-13 13:18:55 -07: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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
typeddwarf.c
typeddwarf.exp [gdb/testsuite] Add and use is_x86_64_m64_target 2023-01-26 10:09:44 +01:00
typeddwarf.S Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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