binutils-gdb/gdb/testsuite/gdb.dwarf2
Tom de Vries 1612c4bbcb [gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S
When doing a gdb testsuite run with this trigger patch:
...
@@ -14454,6 +14454,7 @@ dwarf2_ranges_process

       if (!base.has_value ())
        {
+         gdb_assert (false);
          /* We have no valid base address for the ranges
             data.  */
          complaint (_("Invalid .debug_ranges data (no base address)"));
...
we run into the assert with test-case gdb.dwarf2/dw2-objfile-overlap.exp.

Fix this by adding the missing .debug_ranges base in
gdb.dwarf2/dw2-objfile-overlap-*.S.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2020-10-26  Tom de Vries  <tdevries@suse.de>

	* gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
	for CU.
	* gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2020-10-26 11:08:38 +01:00
..
ada-linkage-name.c Fix a couple gdb.dwarf2/ testcases with "clang -flto" 2020-09-13 18:17:18 +01:00
ada-linkage-name.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
ada-valprint-error.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ada-valprint-error.exp [gdb/testsuite] Clean up redundant info in gdb.dwarf2 2020-10-20 10:20:24 +02:00
arr-stride.exp [gdb/testsuite] Use main.c in gdb.dwarf2 2020-10-20 10:20:25 +02:00
arr-subrange.exp [gdb/testsuite] Use main.c in gdb.dwarf2 2020-10-20 10:20:25 +02:00
atomic-type.c [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
atomic-type.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
bad-regnum.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
bitfield-parent-optimized-out.exp [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} 2020-07-17 14:35:44 +02:00
break-inline-psymtab-2.c [gdb/testsuite] Don't use O2 for inlining in break-inline-psymtab.exp 2020-04-02 17:12:49 +02:00
break-inline-psymtab.c [gdb/testsuite] Add test-case gdb.dwarf2/break-inline-psymtab.exp 2020-03-18 14:40:49 +01:00
break-inline-psymtab.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
callframecfa.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
callframecfa.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
clang-debug-names-2-foo.c [gdb/symtab] Fix incomplete CU list assert in .debug_names 2020-05-11 15:03:54 +02:00
clang-debug-names-2.c [gdb/symtab] Fix incomplete CU list assert in .debug_names 2020-05-11 15:03:54 +02:00
clang-debug-names-2.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
clang-debug-names.c [gdb/testsuite] Add gdb.dwarf2/clang-debug-names.c 2020-05-08 16:24:09 +02:00
clang-debug-names.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
clang-debug-names.exp.tcl [gdb/testsuite] Rename *.exp.in to *.exp.tcl 2020-05-15 14:49:48 +02:00
clztest.c
clztest.exp gdb/testsuite: link some dwarf2 tests with nopie 2020-08-05 17:38:28 -04:00
clztest.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
comp-unit-lang.c [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
comp-unit-lang.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
corrupt.exp [gdb/testsuite] Use main.c in gdb.dwarf2 2020-10-20 10:20:25 +02:00
count.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
cpp-linkage-name.c gdb/testsuite: Add test for case where gdb_demangle returns NULL 2020-02-21 15:31:47 +00:00
cpp-linkage-name.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
data-loc.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
data-loc.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dup-psym.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dup-psym.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-abs-hi-pc-hello-dbg.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-abs-hi-pc-hello.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-abs-hi-pc-world-dbg.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-abs-hi-pc-world.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-abs-hi-pc.c gdb/testsuite: Explicitly return from main 2020-09-13 22:47:01 +01:00
dw2-abs-hi-pc.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ada-ffffffff.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ada-ffffffff.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-align.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
dw2-anon-mptr.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-anon-mptr.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-anonymous-func.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-anonymous-func.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-bad-elf-other.S gdb: Handle malformed ELF, symbols in non-allocatable sections 2020-01-13 23:57:42 +00:00
dw2-bad-elf.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
dw2-bad-mips-linkage-name.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-bad-mips-linkage-name.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
dw2-bad-parameter-type.exp [gdb/testsuite] Fix duplicate test-names in gdb.dwarf2 2020-05-12 09:47:15 +02:00
dw2-bad-parameter-type.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-bad-unresolved.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-bad-unresolved.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
dw2-basic.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-basic.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-canonicalize-type.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-canonicalize-type.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-case-insensitive-debug.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-case-insensitive.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-case-insensitive.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-common-block.exp gdb/testsuite: link some dwarf2 tests with nopie 2020-08-05 17:38:28 -04:00
dw2-common-block.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-compdir-oldgcc.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-compdir-oldgcc.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-compressed.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-compressed.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-const.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-const.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-cp-infcall-ref-static-main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-cp-infcall-ref-static.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-cp-infcall-ref-static.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-cu-size.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-cu-size.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-dir-file-name.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-dir-file-name.exp [gdb/testsuite] Clean up redundant info in gdb.dwarf2 2020-10-20 10:20:24 +02:00
dw2-disasm-over-non-stmt.exp gdb/disassembly: Update to handle non-statement addresses 2020-07-23 11:16:50 +01:00
dw2-dos-drive.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-dos-drive.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-double-set-die-type.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-double-set-die-type.S Fix gdb.dwarf2/dw2-double-set-die-type.exp with Clang 2020-09-30 10:51:58 +01:00
dw2-dummy-cu.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-dummy-cu.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-dup-frame.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-dup-frame.exp gdb/testsuite: link some dwarf2 tests with nopie 2020-08-05 17:38:28 -04:00
dw2-dup-frame.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-empty-namespace.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-empty-namespace.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-empty-pc-range.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-empty-pc-range.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-entry-value-main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-entry-value.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-entry-value.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-error.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-error.exp [gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2 2020-10-20 10:20:24 +02:00
dw2-error.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-filename.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-filename.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-icc-opaque.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-icc-opaque.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-icycle.exp [gdb/testsuite] Use main.c in gdb.dwarf2 2020-10-20 10:20:25 +02:00
dw2-icycle.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ifort-parameter.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ifort-parameter.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-inheritance.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-inheritance.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-inline-break.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-inline-break.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-inline-header-1.exp gdb: Preserve is-stmt lines when switch between files 2020-06-01 10:02:44 +01:00
dw2-inline-header-2.exp gdb: Preserve is-stmt lines when switch between files 2020-06-01 10:02:44 +01:00
dw2-inline-header-3.exp gdb: Preserve is-stmt lines when switch between files 2020-06-01 10:02:44 +01:00
dw2-inline-header-lbls.c gdb: Preserve is-stmt lines when switch between files 2020-06-01 10:02:44 +01:00
dw2-inline-header.c gdb: Preserve is-stmt lines when switch between files 2020-06-01 10:02:44 +01:00
dw2-inline-header.h gdb: Preserve is-stmt lines when switch between files 2020-06-01 10:02:44 +01:00
dw2-inline-many-frames.c gdb: Better frame tracking for inline frames 2020-01-24 23:44:16 +00:00
dw2-inline-many-frames.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-inline-param-main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-inline-param.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-inline-param.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-inline-small-func-lbls.c gdb: Don't remove duplicate entries from the line table 2020-04-02 17:44:03 +01:00
dw2-inline-small-func.c gdb: Don't remove duplicate entries from the line table 2020-04-02 17:44:03 +01:00
dw2-inline-small-func.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-inline-small-func.h gdb: Don't remove duplicate entries from the line table 2020-04-02 17:44:03 +01:00
dw2-inline-stepping.c gdb: Don't reorder line table entries too much when sorting. 2020-01-24 23:43:16 +00:00
dw2-inline-stepping.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-intercu.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-intercu.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-intermix.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-intermix.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-is-stmt-2.c gdb: Add support for tracking the DWARF line table is-stmt field 2020-03-10 22:32:07 +00:00
dw2-is-stmt-2.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-is-stmt.c gdb: Add support for tracking the DWARF line table is-stmt field 2020-03-10 22:32:07 +00:00
dw2-is-stmt.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-lexical-block-bare.exp [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
dw2-line-number-zero.c [gdb/symtab] Ignore zero line table entries 2020-07-25 00:23:06 +02:00
dw2-line-number-zero.exp [gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2 2020-10-20 10:20:24 +02:00
dw2-linkage-name-trust-main.cc Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-linkage-name-trust.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-linkage-name-trust.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-main-no-line-number.exp [gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2 2020-10-20 10:20:24 +02:00
dw2-minsym-in-cu.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-minsym-in-cu.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-modula2-self-type.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-modula2-self-type.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-namespaceless-anonymous.c gdb/testsuite: Explicitly return from main 2020-09-13 22:47:01 +01:00
dw2-namespaceless-anonymous.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
dw2-noloc-main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-noloc.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-noloc.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-objfile-overlap-inner.S [gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S 2020-10-26 11:08:38 +01:00
dw2-objfile-overlap-outer.S [gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S 2020-10-26 11:08:38 +01:00
dw2-objfile-overlap.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-op-call.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-op-call.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-op-out-param.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-op-out-param.S Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S 2020-08-12 14:48:55 +01:00
dw2-op-stack-value.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-op-stack-value.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-opt-structptr.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-opt-structptr.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
dw2-param-error-main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-param-error.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-param-error.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-producer.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-producer.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ranges-2.c [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-ranges-3.c [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-ranges-base.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ranges-base.exp [gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2 2020-10-20 10:20:24 +02:00
dw2-ranges-func-hi-cold.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ranges-func-lo-cold.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ranges-func.exp [gdb/testsuite] Add pseudo line number program instruction: line 2020-07-16 15:34:00 +02:00
dw2-ranges-psym.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ranges-psym.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw2-ranges.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ranges.exp [gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2 2020-10-20 10:20:24 +02:00
dw2-ref-missing-frame-func.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ref-missing-frame-main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ref-missing-frame.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-ref-missing-frame.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-reg-undefined.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-reg-undefined.exp gdb: fix nits in previous patches 2020-08-31 13:31:01 -04:00
dw2-reg-undefined.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-regno-invalid.exp [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
dw2-restore.exp Disable Clang's integrated assembler for two testcases 2020-08-25 15:25:04 +01:00
dw2-restore.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-restrict.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-restrict.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-restrict.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-simple-locdesc.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-simple-locdesc.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-single-line-discriminators.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-single-line-discriminators.exp gdb/testsuite: link some dwarf2 tests with nopie 2020-08-05 17:38:28 -04:00
dw2-single-line-discriminators.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-skip-prologue.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-skip-prologue.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-skip-prologue.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-stack-boundary.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-stack-boundary.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-strp.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-strp.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-symtab-includes.exp [gdb/testsuite] Remove Dwarf::extern 2020-07-17 13:06:42 +02:00
dw2-undefined-ret-addr.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-undefined-ret-addr.exp gdb/testsuite: link some dwarf2 tests with nopie 2020-08-05 17:38:28 -04:00
dw2-undefined-ret-addr.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-unresolved-main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-unresolved.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-unresolved.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-unusual-field-names.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-unusual-field-names.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
dw2-var-zero-addr.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-var-zero-addr.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw2-vendor-extended-opcode.c [gdb/symtab] Ignore DW_LNE_lo_user/DW_LNE_hi_user range 2020-08-03 16:59:20 +02:00
dw2-vendor-extended-opcode.exp [gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2 2020-10-20 10:20:24 +02:00
dw4-sig-type-unused.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw4-sig-type-unused.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dw4-sig-types-b.cc
dw4-sig-types.cc
dw4-sig-types.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
dw4-sig-types.h
dw4-toplevel-types.cc gdb/testsuite: Explicitly return from main 2020-09-13 22:47:01 +01:00
dw4-toplevel-types.exp gdb: Fix toplevel types with -fdebug-types-section 2020-04-28 16:12:45 +02:00
dw5-rnglist-test.cc gdb: fix issues with handling DWARF v5 rnglists & .dwo files. 2020-07-16 11:37:15 -04:00
dw5-rnglist-test.exp gdb: fix issues with handling DWARF v5 rnglists & .dwo files. 2020-07-16 11:37:15 -04:00
dwp-sepdebug.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dwp-sepdebug.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dwp-symlink.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dwp-symlink.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dwz.exp [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} 2020-07-17 14:35:44 +02:00
dwzbuildid.exp [gdb/testsuite] Compile dwzbuildid-mismatch more quietly 2020-04-24 13:59:42 +02:00
dynarr-ptr.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dynarr-ptr.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
enum-type.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
file1.txt
fission-base.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-base.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-base.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-loclists-pie.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-loclists-pie.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-loclists.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-loclists.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-mix-2.c [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
fission-mix.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-mix.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
fission-mix.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-multi-cu.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-multi-cu.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-multi-cu1.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-multi-cu2.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fission-reread.exp gdb/testsuite/: Use "-qualified" in explicit "break main", etc. 2020-10-13 22:34:26 +01:00
fission-reread.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
formdata16.exp [gdb/testsuite] Use main.c in gdb.dwarf2 2020-10-20 10:20:25 +02:00
frame-inlined-in-outer-frame.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
frame-inlined-in-outer-frame.S gdb: support frames inlined into the outer frame 2020-08-31 13:25:05 -04:00
gdb-add-index.exp [gdb/symtab] Handle PU without import in "save gdb-index" 2020-04-16 14:56:32 +02:00
gdb-index.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
implptr-64bit.exp [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
implptr-optimized-out.exp [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} 2020-07-17 14:35:44 +02:00
implptr.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
implptr.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
implptr.S
implptrconst.exp [gdb/testsuite] Use main.c in gdb.dwarf2 2020-10-20 10:20:25 +02:00
implptrpiece.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
implref-array.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
implref-array.exp [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} 2020-07-17 14:35:44 +02:00
implref-const.exp [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} 2020-07-17 14:35:44 +02:00
implref-global.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
implref-global.exp [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} 2020-07-17 14:35:44 +02:00
implref-struct.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
implref-struct.exp [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} 2020-07-17 14:35:44 +02:00
imported-unit-abstract-const-value.exp [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
imported-unit-runto-main.exp [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
imported-unit.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
imported-unit.exp [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
info-locals-optimized-out.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
inlined_subroutine-inheritance.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
intbits.c Handle bit offset and bit size in base types 2020-09-23 09:39:24 -06:00
intbits.exp Handle bit offset and bit size in base types 2020-09-23 09:39:24 -06:00
mac-fileno.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mac-fileno.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
main-foo.c [gdb/symtab] Handle struct decl with DW_AT_signature 2020-04-28 06:12:35 +02:00
main-subprogram.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
main-subprogram.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
main.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
member-ptr-forwardref.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
member-ptr-forwardref.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
method-ptr.cc Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
method-ptr.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
missing-sig-type.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
missing-type-name.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
multidictionary.exp [gdb/testsuite] Fix scrolling in gdb.dwarf2/multidictionary.exp 2020-06-02 14:20:25 +02:00
nonvar-access.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
nostaticblock.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
opaque-type-lookup-2.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
opaque-type-lookup.exp [gdb/testsuite] Use main.c in gdb.dwarf2 2020-10-20 10:20:25 +02:00
pieces-optimized-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pieces-optimized-out.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pieces-optimized-out.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pieces.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pieces.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pieces.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pr10770.c
pr10770.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pr11465.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pr11465.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pr13961.exp gdb/testsuite/: Use "-qualified" in explicit "break main", etc. 2020-10-13 22:34:26 +01:00
pr13961.S [gdb/testsuite] Remove superfluous marker in pr13961.S 2020-10-20 10:20:25 +02:00
shortpiece.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
staticvirtual.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
struct-with-sig.exp [gdb/testsuite] Use MACRO_AT_{func,range} 2020-07-17 16:42:37 +02:00
subrange.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
symtab-producer.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
template-specification-full-name.exp gdb/dwarf: fix reading subprogram with DW_AT_specification (PR gdb/26693) 2020-10-22 10:45:14 -04:00
trace-crash.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
trace-crash.S
typeddwarf-amd64.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
typeddwarf.c
typeddwarf.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
typeddwarf.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
typedef-void-finish.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
valop.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
valop.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
var-access.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
var-access.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
variant.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
variant.exp [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp 2020-10-17 00:10:31 +02:00
varval.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
varval.exp Fix bug in DW_OP_GNU_variable_value evaluation 2020-07-28 10:55:43 -06:00
void-type.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
void-type.exp [gdb/testsuite] Use $srcfile in DW_AT_name for CU 2020-10-23 14:55:04 +02:00
watch-notconst.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
watch-notconst.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
watch-notconst2.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
watch-notconst2.S Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00