old-cross-binutils/gdb/testsuite/gdb.cp
Keith Seitz b50c861487 Remove symbol_matches_domain. This fixes
PR c++/16253.

symbol_matches_domain was permitting searches for a VAR_DOMAIN
symbol to also match STRUCT_DOMAIN symbols for languages like C++
where STRUCT_DOMAIN symbols also define a typedef of the same name,
e.g., "struct foo {}" introduces a typedef of the name "foo".

Problems occur if there exists both a VAR_DOMAIN and STRUCT_DOMAIN
symbol of the same name. Then it is essentially a race between which
symbol is found first. The other symbol is obscurred.
[This is a relatively common idiom: enum e { ... } e;]

This patchset moves this "language defines a typedef" logic to
lookup_symbol[_in_language], looking first for a symbol in the given
domain and falling back to searching STRUCT_DOMAIN when/if appropriate.

2014-04-14  Keith Seitz  <keiths@redhat.com>

	PR c++/16253
	* ada-lang.c (ada_symbol_matches_domain): Moved here and renamed
	from symbol_matches_domain in symtab.c. All local callers
	of symbol_matches_domain updated.
	(standard_lookup): If DOMAIN is VAR_DOMAIN and no symbol is found,
	search STRUCT_DOMAIN.
	(ada_find_any_type_symbol): Do not search STRUCT_DOMAIN
	independently.  standard_lookup will do that automatically.
	* cp-namespace.c (cp_lookup_symbol_nonlocal): Explain when/why
	VAR_DOMAIN searches may return a STRUCT_DOMAIN match.
	(cp_lookup_symbol_in_namespace): Likewise.
	If no VAR_DOMAIN symbol is found, search STRUCT_DOMAIN.
	(cp_lookup_symbol_exports): Explain when/why VAR_DOMAIN searches
	may return a STRUCT_DOMAIN match.
	(lookup_symbol_file): Search for the class name in STRUCT_DOMAIN.
	* cp-support.c: Include language.h.
	(inspect_type): Explicitly search STRUCT_DOMAIN before searching
	VAR_DOMAIN.
	* psymtab.c (match_partial_symbol): Compare the requested
	domain with the symbol's domain directly.
	(lookup_partial_symbol): Likewise.
	* symtab.c (lookup_symbol_in_language): Explain when/why
	VAR_DOMAIN searches may return a STRUCT_DOMAIN match.
	If no VAR_DOMAIN symbol is found, search STRUCT_DOMAIN for
	appropriate languages.
	(symbol_matches_domain): Renamed `ada_symbol_matches_domain'
	and moved to ada-lang.c
	(lookup_block_symbol): Explain that this function only returns
	symbol matching the requested DOMAIN.
	Compare the requested domain with the symbol's domain directly.
	(iterate_over_symbols): Compare the requested domain with the
	symbol's domain directly.
	* symtab.h (symbol_matches_domain): Remove.

2014-04-14  Keith Seitz  <keiths@redhat.com>

	PR c++/16253
	* gdb.cp/var-tag.cc: New file.
	* gdb.cp/var-tag.exp: New file.
	* gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
	* gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
	* gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
	* gdb.dwarf2/dw2-inheritance.exp: Likewise.
2014-04-14 15:47:15 -07:00
..
abstract-origin.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
abstract-origin.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ambiguous.cc
ambiguous.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
annota2.cc
annota2.exp PR breakpoints/7143 - Watchpoint does not trigger when first set 2014-03-20 13:41:08 +00:00
annota3.cc
annota3.exp PR breakpoints/7143 - Watchpoint does not trigger when first set 2014-03-20 13:41:08 +00:00
anon-ns.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
anon-ns.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
anon-struct.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
anon-struct.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
anon-union.cc
anon-union.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arg-reference.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arg-reference.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
baseenum.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
baseenum.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
bool.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
bool.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
breakpoint.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
breakpoint.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
bs15503.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
bs15503.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
call-c-1.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
call-c.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
call-c.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
casts.cc
casts.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
class2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
class2.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
classes.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
classes.exp implement support for "enum class" 2014-04-14 11:42:18 -06:00
cmpd-minsyms.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cmpd-minsyms.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
converts.cc
converts.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cp-relocate.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cp-relocate.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cpcompletion.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cpexprs.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cpexprs.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cplabel.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cplabel.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cplusfuncs.cc
cplusfuncs.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cpsizeof.cc Fix c++/16675 -- sizeof reference type should give the size of 2014-04-11 14:17:17 -07:00
cpsizeof.exp Fix c++/16675 -- sizeof reference type should give the size of 2014-04-11 14:17:17 -07:00
ctti.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cttiadd.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cttiadd1.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cttiadd2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cttiadd3.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
debug-expr.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
demangle.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
derivation.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
derivation.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
derivation2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
destrprint.cc
destrprint.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
dispcxx.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
dispcxx.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
enum-class.cc implement support for "enum class" 2014-04-14 11:42:18 -06:00
enum-class.exp implement support for "enum class" 2014-04-14 11:42:18 -06:00
exception.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
exception.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
exceptprint.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
exceptprint.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
expand-psymtabs-cxx.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
expand-psymtabs-cxx.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
expand-sals.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
expand-sals.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
extern-c.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
extern-c.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
filename.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
filename.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
formatted-ref.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
formatted-ref.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
fpointer.cc
fpointer.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb1355.cc
gdb1355.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb2384-base.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb2384-base.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb2384.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb2384.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb2495.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb2495.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
hang.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
hang.H
hang1.cc
hang2.cc
hang3.cc
impl-this.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
impl-this.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
includefile Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
infcall-dlopen-lib.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
infcall-dlopen.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
infcall-dlopen.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
inherit.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
koenig.cc
koenig.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
local.cc
local.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m-data.cc
m-data.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m-static.cc
m-static.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m-static.h
m-static1.cc
maint.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
Makefile.in
mb-ctor.cc
mb-ctor.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mb-inline.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mb-inline.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mb-inline1.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mb-inline2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mb-templates.cc
mb-templates.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
member-name.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
member-name.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
member-ptr.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
member-ptr.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
meth-typedefs.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
meth-typedefs.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
method.cc
method.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
method2.cc
method2.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
minsym-fallback-main.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
minsym-fallback.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
minsym-fallback.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
minsym-fallback.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
misc.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
misc.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
namespace-enum-main.cc
namespace-enum.cc
namespace-enum.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
namespace-nested-import.cc
namespace-nested-import.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
namespace.cc
namespace.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
namespace1.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nextoverthrow.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nextoverthrow.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
no-dmgl-verbose.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
no-dmgl-verbose.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
noparam.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
noparam.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsalias.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsalias.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsdecl.cc
nsdecl.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsimport.cc
nsimport.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsnested.cc
nsnested.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsnoimports.cc
nsnoimports.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsrecurs.cc
nsrecurs.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsstress.cc
nsstress.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nsusing.cc
nsusing.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
operator.cc
operator.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
oranking.cc
oranking.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
overload-const.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
overload-const.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
overload.cc
overload.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ovldbreak.cc
ovldbreak.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ovsrch.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ovsrch.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ovsrch1.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ovsrch2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ovsrch3.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ovsrch4.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
paren-type.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
paren-type.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
parse-lang.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
parse-lang.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pass-by-ref.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pass-by-ref.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr-574.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr-574.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr-1023.cc
pr-1023.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr-1210.cc
pr-1210.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr9067.cc
pr9067.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr9167.cc
pr9167.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr9594.cc
pr9631.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr9631.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr10687.cc
pr10687.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr10728-x.cc
pr10728-x.h
pr10728-y.cc
pr10728.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
pr12028.cc
pr12028.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
printmethod.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
printmethod.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
psmang.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
psmang1.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
psmang2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
psymtab-parameter.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
psymtab-parameter.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ptype-cv-cp.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ptype-cv-cp.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ptype-flags.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ptype-flags.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
punctuator.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
re-set-overloaded.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
re-set-overloaded.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
readnow-language.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
readnow-language.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ref-params.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ref-params.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ref-types.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ref-types.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
rtti.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
rtti.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
rtti1.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
rtti2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
shadow.cc
shadow.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
smartp.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
smartp.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
static-method.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
static-method.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
static-print-quit.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
static-print-quit.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
temargs.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
temargs.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
templates.cc
templates.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
try_catch.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
try_catch.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
typedef-operator.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
typedef-operator.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
typeid.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
typeid.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
userdef.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
userdef.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
using-crash.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
using-crash.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
var-tag.cc Remove symbol_matches_domain. This fixes 2014-04-14 15:47:15 -07:00
var-tag.exp Remove symbol_matches_domain. This fixes 2014-04-14 15:47:15 -07:00
virtbase.cc
virtbase.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
virtfunc.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
virtfunc.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
virtfunc2.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
virtfunc2.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00