binutils-gdb/gdb/testsuite/gdb.dwarf2
Kevin Buettner c6f0b406f5 gdb.dwarf2: Don't hardcode certain constants in Dwarf::assemble constructs
Two tests in gdb.dwarf2, data-loc.exp and dynarr-ptr.exp assume that
sizeof(int) is 4.  This patch looks up the integer size and uses this
constant for DW_AT_byte_size, DW_AT_lower_bound, and DW_AT_upper_bound.

I discovered this problem while looking at test results for this
msp430 multilib:

msp430-sim/-msim/-mcpu=msp430x/-mlarge/-mdata-region=either/-mcode-region=either

It fixes the following set of failures:

FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'first
FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'first
FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'first
FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'first
FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'first
FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'first
FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'first
FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'first
FAIL: gdb.dwarf2/data-loc.exp: print foo.three
FAIL: gdb.dwarf2/data-loc.exp: print foo.three(1)
FAIL: gdb.dwarf2/data-loc.exp: print foo.three(2)
FAIL: gdb.dwarf2/data-loc.exp: print foo.three(3)
FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef
FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef(1)
FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef(2)
FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef(3)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five
FAIL: gdb.dwarf2/data-loc.exp: print foo.five(2)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five(3)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five(4)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five(5)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five(6)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef
FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef(2)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef(3)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef(4)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef(5)
FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef(6)
FAIL: gdb.dwarf2/data-loc.exp: print foo__three
FAIL: gdb.dwarf2/data-loc.exp: print foo__three_tdef
FAIL: gdb.dwarf2/data-loc.exp: print foo__five
FAIL: gdb.dwarf2/data-loc.exp: print foo__five_tdef

As I recall, there are still (other) problems with msp430 multilibs
which don't use -mlarge.

gdb/testsuite/ChangeLog:

	* gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
	value associated with DW_AT_byte_size.
	* gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
	constants for DW_AT_byte_size, DW_AT_lower_bound, and
	DW_AT_upper_bound.
2015-11-07 11:08:37 -07:00
..
Makefile.in
arr-stride.c
arr-stride.exp
arr-subrange.c
arr-subrange.exp Require numeric attributes to specify the form. 2015-01-11 15:45:43 -08:00
atomic-type.exp gdb.dwarf2: Define and use gdb_target_symbol for symbol prefixes 2015-11-05 15:22:51 -07:00
atomic.c GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier. 2015-02-09 15:09:22 +01:00
bad-regnum.c PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 2015-10-26 16:05:21 -07:00
bad-regnum.exp PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 2015-10-26 16:05:21 -07:00
callframecfa.S
callframecfa.exp
clztest.S
clztest.c
clztest.exp
comp-unit-lang.c Fix language of compilation unit with unknown file extension 2015-08-20 12:30:08 +01:00
comp-unit-lang.exp Fix language of compilation unit with unknown file extension 2015-08-20 12:30:08 +01:00
corrupt.c
corrupt.exp Require numeric attributes to specify the form. 2015-01-11 15:45:43 -08:00
count.exp
data-loc.c
data-loc.exp gdb.dwarf2: Don't hardcode certain constants in Dwarf::assemble constructs 2015-11-07 11:08:37 -07:00
dup-psym.S
dup-psym.exp
dw2-abs-hi-pc-hello-dbg.S
dw2-abs-hi-pc-hello.c
dw2-abs-hi-pc-world-dbg.S
dw2-abs-hi-pc-world.c
dw2-abs-hi-pc.c
dw2-abs-hi-pc.exp
dw2-ada-ffffffff.S
dw2-ada-ffffffff.exp
dw2-anon-mptr.S
dw2-anon-mptr.exp
dw2-anonymous-func.S
dw2-anonymous-func.exp
dw2-bad-mips-linkage-name.c dwarf2read.c: Check type of string valued attributes prior to decoding. 2015-08-19 11:48:13 -07:00
dw2-bad-mips-linkage-name.exp gdb.dwarf2: Define and use gdb_target_symbol for symbol prefixes 2015-11-05 15:22:51 -07:00
dw2-bad-parameter-type.S
dw2-bad-parameter-type.exp
dw2-bad-unresolved.c default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message. 2015-09-18 21:43:38 -07:00
dw2-bad-unresolved.exp default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message. 2015-09-18 21:43:38 -07:00
dw2-basic.S
dw2-basic.exp
dw2-canonicalize-type.S testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-canonicalize-type.exp testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-case-insensitive-debug.S
dw2-case-insensitive.c
dw2-case-insensitive.exp
dw2-common-block.S
dw2-common-block.exp
dw2-compdir-oldgcc.S testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-compdir-oldgcc.exp testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-compressed.S
dw2-compressed.exp
dw2-const.S
dw2-const.exp
dw2-cp-infcall-ref-static-main.c
dw2-cp-infcall-ref-static.S
dw2-cp-infcall-ref-static.exp
dw2-cu-size.S
dw2-cu-size.exp
dw2-dir-file-name.c
dw2-dir-file-name.exp
dw2-dos-drive.S
dw2-dos-drive.exp
dw2-double-set-die-type.S
dw2-double-set-die-type.exp
dw2-dummy-cu.S Fix crash when reading dummy CUs. 2015-07-23 09:25:49 -07:00
dw2-dummy-cu.exp Fix crash when reading dummy CUs. 2015-07-23 09:25:49 -07:00
dw2-dup-frame.S
dw2-dup-frame.c
dw2-dup-frame.exp
dw2-empty-namespace.S
dw2-empty-namespace.exp
dw2-empty-pc-range.S
dw2-empty-pc-range.exp
dw2-entry-value-main.c
dw2-entry-value.S
dw2-entry-value.exp
dw2-error.S
dw2-error.c
dw2-error.exp
dw2-filename.S
dw2-filename.exp
dw2-icc-opaque.S
dw2-icc-opaque.exp
dw2-icycle.S
dw2-icycle.c
dw2-icycle.exp
dw2-ifort-parameter.c
dw2-ifort-parameter.exp gdb.dwarf2: Define and use gdb_target_symbol for symbol prefixes 2015-11-05 15:22:51 -07:00
dw2-inheritance.S
dw2-inheritance.exp
dw2-inline-break.S
dw2-inline-break.exp
dw2-inline-param-main.c
dw2-inline-param.S
dw2-inline-param.exp
dw2-intercu.S Properly intern constants into psymtab 2015-03-26 19:41:54 +01:00
dw2-intercu.exp Properly intern constants into psymtab 2015-03-26 19:41:54 +01:00
dw2-intermix.S
dw2-intermix.exp
dw2-linkage-name-trust-main.cc
dw2-linkage-name-trust.S
dw2-linkage-name-trust.exp
dw2-minsym-in-cu.S testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-minsym-in-cu.exp testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-modula2-self-type.S
dw2-modula2-self-type.exp
dw2-namespaceless-anonymous.S
dw2-namespaceless-anonymous.exp
dw2-noloc-main.c
dw2-noloc.S
dw2-noloc.exp
dw2-objfile-overlap-inner.S
dw2-objfile-overlap-outer.S
dw2-objfile-overlap.exp
dw2-op-call.S
dw2-op-call.exp Rename dwarf2 to dwarf in "set debug" and maintenance commands. 2015-05-26 16:50:57 -07:00
dw2-op-out-param.S
dw2-op-out-param.exp
dw2-op-stack-value.S
dw2-op-stack-value.exp testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-param-error-main.c
dw2-param-error.S
dw2-param-error.exp
dw2-producer.S
dw2-producer.exp
dw2-ranges.c
dw2-ranges.exp
dw2-ranges2.c
dw2-ranges3.c
dw2-ref-missing-frame-func.c
dw2-ref-missing-frame-main.c
dw2-ref-missing-frame.S
dw2-ref-missing-frame.exp
dw2-reg-undefined.S
dw2-reg-undefined.c
dw2-reg-undefined.exp
dw2-regno-invalid.exp gdb.dwarf2: Define and use gdb_target_symbol for symbol prefixes 2015-11-05 15:22:51 -07:00
dw2-restore.S
dw2-restore.exp
dw2-restrict.S
dw2-restrict.c
dw2-restrict.exp
dw2-simple-locdesc.S
dw2-simple-locdesc.exp
dw2-single-line-discriminators.S
dw2-single-line-discriminators.c
dw2-single-line-discriminators.exp
dw2-skip-prologue.S
dw2-skip-prologue.c
dw2-skip-prologue.exp
dw2-stack-boundary.S
dw2-stack-boundary.exp
dw2-strp.S
dw2-strp.exp
dw2-undefined-ret-addr.S
dw2-undefined-ret-addr.c
dw2-undefined-ret-addr.exp Share the "multi_line" helper among all testcases 2015-04-01 15:06:39 +02:00
dw2-unresolved-main.c testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-unresolved.S testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-unresolved.exp testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
dw2-var-zero-addr.S
dw2-var-zero-addr.exp
dw4-sig-type-unused.S
dw4-sig-type-unused.exp
dw4-sig-types-b.cc
dw4-sig-types.cc
dw4-sig-types.exp Rename dwarf2 to dwarf in "set debug" and maintenance commands. 2015-05-26 16:50:57 -07:00
dw4-sig-types.h
dwp-symlink.c
dwp-symlink.exp
dwz.exp
dwzbuildid.exp
dynarr-ptr.c
dynarr-ptr.exp gdb.dwarf2: Don't hardcode certain constants in Dwarf::assemble constructs 2015-11-07 11:08:37 -07:00
enum-type.exp Require numeric attributes to specify the form. 2015-01-11 15:45:43 -08:00
file1.txt
fission-base.S
fission-base.c
fission-base.exp
fission-loclists.S
fission-loclists.exp
fission-mix.c
fission-mix.exp
fission-mix.h
fission-mix2.c
fission-reread.S testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
fission-reread.exp testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
gdb-index.exp
implptr-64bit.S
implptr-64bit.exp
implptr-optimized-out.exp
implptr.S
implptr.c
implptr.exp Rename dwarf2 to dwarf in "set debug" and maintenance commands. 2015-05-26 16:50:57 -07:00
implptrconst.c
implptrconst.exp
implptrpiece.exp
mac-fileno.S
mac-fileno.exp
main.c
member-ptr-forwardref.S
member-ptr-forwardref.exp
method-ptr.cc
method-ptr.exp
missing-sig-type.exp
nostaticblock.exp
opaque-type-lookup-2.c PR symtab/18258 2015-05-27 11:50:38 -07:00
opaque-type-lookup.c PR symtab/18258 2015-05-27 11:50:38 -07:00
opaque-type-lookup.exp PR symtab/18258 2015-05-27 11:50:38 -07:00
pieces-optimized-out.S
pieces-optimized-out.c
pieces-optimized-out.exp
pieces.S
pieces.c
pieces.exp
pr10770.c
pr10770.exp
pr11465.S
pr11465.exp
pr13961.S testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
pr13961.exp testsuite: Define and use gdb_target_symbol_prefix_flags_asm. 2015-11-07 11:03:49 -07:00
staticvirtual.exp Fix gdb.dwarf2/staticvirtual.exp regexp. 2015-10-02 13:12:56 -07:00
subrange.exp
symtab-producer.exp
trace-crash.S
trace-crash.exp
typeddwarf-amd64.S
typeddwarf.S
typeddwarf.c
typeddwarf.exp
valop.S
valop.exp
watch-notconst.c
watch-notconst.exp
watch-notconst2.S
watch-notconst2.c