8sa1-binutils-gdb/gdb/testsuite/gdb.dwarf2
Tom Tromey e86ca25fd6 Remove TYPE_TAG_NAME
TYPE_TAG_NAME has been an occasional source of confusion and bugs.  It
seems to me that it is only useful for C and C++ -- but even there,
not so much, because at least with DWARF there doesn't seem to be any
way to wind up with a type where the name and the tag name are both
non-NULL and different.

So, this patch removes TYPE_TAG_NAME entirely.  This should save a
little memory, but more importantly, it simplifies this part of gdb.

A few minor test suite adjustments were needed.  In some situations
the new code does not yield identical output to the old code.

gdb/ChangeLog
2018-06-01  Tom Tromey  <tom@tromey.com>

	* valops.c (enum_constant_from_type, value_namespace_elt)
	(value_maybe_namespace_elt): Update.
	* valarith.c (find_size_for_pointer_math): Update.
	* target-descriptions.c (make_gdb_type): Update.
	* symmisc.c (print_symbol): Update.
	* stabsread.c (define_symbol, read_type)
	(complain_about_struct_wipeout, add_undefined_type)
	(cleanup_undefined_types_1): Update.
	* rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
	(rust_range_type_p, val_print_struct, rust_print_struct_def)
	(rust_internal_print_type, rust_composite_type)
	(rust_evaluate_funcall, rust_evaluate_subexp)
	(rust_inclusive_range_type_p): Update.
	* python/py-type.c (typy_get_tag): Update.
	* p-typeprint.c (pascal_type_print_base): Update.
	* mdebugread.c (parse_symbol, parse_type): Update.
	* m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
	Update.
	* guile/scm-type.c (gdbscm_type_tag): Update.
	* go-lang.c (sixg_string_p): Update.
	* gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
	Update.
	* gdbtypes.h (struct main_type) <tag_name>: Remove.
	(TYPE_TAG_NAME): Remove.
	* gdbtypes.c (type_name_no_tag): Simplify.
	(check_typedef, check_types_equal, recursive_dump_type)
	(copy_type_recursive, arch_composite_type): Update.
	* f-typeprint.c (f_type_print_base): Update.  Print "Type" prefix
	in summary mode when needed.
	* eval.c (evaluate_funcall): Update.
	* dwarf2read.c (fixup_go_packaging, read_structure_type)
	(process_structure_scope, read_enumeration_type)
	(read_namespace_type, read_module_type, determine_prefix): Update.
	* cp-support.c (inspect_type): Update.
	* coffread.c (process_coff_symbol, decode_base_type): Update.
	* c-varobj.c (c_is_path_expr_parent): Update.
	* c-typeprint.c (c_type_print_base_struct_union): Update.
	(c_type_print_base_1): Update.  Print struct/class/union/enum in
	summary when using C language.
	* ax-gdb.c (gen_struct_ref, gen_namespace_elt)
	(gen_maybe_namespace_elt): Update.
	* ada-lang.c (ada_type_name): Simplify.
	(empty_record, ada_template_to_fixed_record_type_1)
	(template_to_static_fixed_type)
	(to_record_with_fixed_variant_part, ada_check_typedef): Update.

gdb/testsuite/ChangeLog
2018-06-01  Tom Tromey  <tom@tromey.com>

	* gdb.xml/tdesc-regs.exp (load_description): Update expected
	results.
	* gdb.dwarf2/method-ptr.exp: Set language to C++.
	* gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
	* gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
	* gdb.base/maint.exp (maint_pass_if): Update.
2018-06-01 10:19:55 -06:00
..
ada-valprint-error.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ada-valprint-error.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arr-stride.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arr-stride.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arr-subrange.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arr-subrange.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
atomic-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
atomic.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bad-regnum.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bad-regnum.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bitfield-parent-optimized-out.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
callframecfa.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
callframecfa.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
clztest.c
clztest.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
clztest.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
comp-unit-lang.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
comp-unit-lang.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
corrupt.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
corrupt.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
count.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
data-loc.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
data-loc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dup-psym.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dup-psym.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-abs-hi-pc-hello-dbg.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-abs-hi-pc-hello.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-abs-hi-pc-world-dbg.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-abs-hi-pc-world.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-abs-hi-pc.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-abs-hi-pc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ada-ffffffff.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ada-ffffffff.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-align.exp Handle alignof and _Alignof 2018-04-30 11:25:31 -06:00
dw2-anon-mptr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-anon-mptr.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-anonymous-func.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-anonymous-func.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-bad-mips-linkage-name.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-bad-mips-linkage-name.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-bad-parameter-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-bad-parameter-type.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-bad-unresolved.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-bad-unresolved.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-basic.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-basic.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-canonicalize-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-canonicalize-type.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-case-insensitive-debug.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-case-insensitive.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-case-insensitive.exp Show line numbers in output for "info var/func/type" 2018-04-13 19:26:05 +02:00
dw2-common-block.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-common-block.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-compdir-oldgcc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-compdir-oldgcc.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-compressed.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-compressed.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-const.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-const.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-cp-infcall-ref-static-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-cp-infcall-ref-static.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-cp-infcall-ref-static.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-cu-size.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-cu-size.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dir-file-name.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dir-file-name.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dos-drive.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dos-drive.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-double-set-die-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-double-set-die-type.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dummy-cu.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dummy-cu.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dup-frame.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dup-frame.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-dup-frame.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-empty-namespace.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-empty-namespace.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-empty-pc-range.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-empty-pc-range.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-entry-value-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-entry-value.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-entry-value.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-error.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-error.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-error.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-filename.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-filename.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-icc-opaque.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-icc-opaque.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-icycle.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-icycle.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-icycle.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ifort-parameter.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ifort-parameter.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-inheritance.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-inheritance.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-inline-break.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-inline-break.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-inline-param-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-inline-param.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-inline-param.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-intercu.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-intercu.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-intermix.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-intermix.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-lexical-block-bare.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-linkage-name-trust-main.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-linkage-name-trust.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-linkage-name-trust.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-minsym-in-cu.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-minsym-in-cu.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-modula2-self-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-modula2-self-type.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-namespaceless-anonymous.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-namespaceless-anonymous.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-noloc-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-noloc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-noloc.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-objfile-overlap-inner.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-objfile-overlap-outer.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-objfile-overlap.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-op-call.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-op-call.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-op-out-param.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-op-out-param.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-op-stack-value.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-op-stack-value.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-opt-structptr.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-opt-structptr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-param-error-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-param-error.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-param-error.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-producer.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-producer.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ranges2.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ranges3.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ranges-base.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ranges-base.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ranges.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ranges.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ref-missing-frame-func.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ref-missing-frame-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ref-missing-frame.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-ref-missing-frame.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-reg-undefined.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-reg-undefined.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-reg-undefined.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-regno-invalid.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-restore.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-restore.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-restrict.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-restrict.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-restrict.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-simple-locdesc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-simple-locdesc.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-single-line-discriminators.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-single-line-discriminators.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-single-line-discriminators.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-skip-prologue.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-skip-prologue.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-skip-prologue.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-stack-boundary.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-stack-boundary.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-strp.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-strp.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-undefined-ret-addr.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-undefined-ret-addr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-undefined-ret-addr.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-unresolved-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-unresolved.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-unresolved.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-var-zero-addr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw2-var-zero-addr.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw4-sig-type-unused.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw4-sig-type-unused.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw4-sig-types-b.cc
dw4-sig-types.cc
dw4-sig-types.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dw4-sig-types.h
dwp-sepdebug.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dwp-sepdebug.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dwp-symlink.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dwp-symlink.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dwz.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dwzbuildid.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dynarr-ptr.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dynarr-ptr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
enum-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
file1.txt
fission-base.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-base.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-base.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-loclists-pie.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-loclists-pie.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-loclists.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-loclists.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-mix2.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-mix.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-mix.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-mix.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-multi-cu1.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-multi-cu2.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-multi-cu.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-multi-cu.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-reread.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fission-reread.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
formdata16.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
formdata16.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb-index.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implptr-64bit.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implptr-optimized-out.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implptr.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implptr.exp Don't elide all inlined frames 2018-05-17 12:15:11 -07:00
implptr.S
implptrconst.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implptrconst.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implptrpiece.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implref-array.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implref-array.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implref-const.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implref-global.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implref-global.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implref-struct.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
implref-struct.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
info-locals-optimized-out.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
info-locals-optimized-out.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mac-fileno.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mac-fileno.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
main-subprogram.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
main-subprogram.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
member-ptr-forwardref.exp Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06:00
member-ptr-forwardref.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
method-ptr.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
method-ptr.exp Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06:00
missing-sig-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nonvar-access.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nostaticblock.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
opaque-type-lookup-2.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
opaque-type-lookup.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
opaque-type-lookup.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pieces-optimized-out.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pieces-optimized-out.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pieces-optimized-out.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pieces.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pieces.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pieces.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr10770.c
pr10770.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr11465.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr11465.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr13961.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr13961.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
shortpiece.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
staticvirtual.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
subrange.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
symtab-producer.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
trace-crash.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
trace-crash.S
typeddwarf-amd64.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
typeddwarf.c
typeddwarf.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
typeddwarf.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
valop.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
valop.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
var-access.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
var-access.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
variant.c Handle DW_TAG_variant_part and DW_TAG_variant 2018-02-26 09:21:08 -07:00
variant.exp Handle DW_TAG_variant_part and DW_TAG_variant 2018-02-26 09:21:08 -07:00
watch-notconst2.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
watch-notconst2.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
watch-notconst.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
watch-notconst.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00