binutils-gdb/gdb/testsuite/gdb.cp
Andreas Arnez b744723f57 Show line numbers in output for "info var/func/type"
The GDB commands "info variables", "info functions", and "info types" show
the appropriate list of definitions matching the given pattern.  They also
group them by source files.  But no line numbers within these source files
are shown.

The line number information is particularly useful to the user when a
simple "grep" doesn't readily point to a definition.  This is often the
case when the definition involves a macro, occurs within a namespace, or
when the identifier appears very frequently in the source file.

This patch enriches the printout of these commands by the line numbers and
adjusts affected test cases to the changed output where necessary.  The
new output looks like this:

  (gdb) i variables
  All defined variables:

  File foo.c:
  3:	const char * const foo;
  1:	int x;

The line number is followed by a colon and a tab character, which is then
followed by the symbol definition.  If no line number is available, the
tab is printed out anyhow, so definitions line up.

gdb/ChangeLog:

	* symtab.c (print_symbol_info): Precede the symbol definition by
	the line number when available.
	* NEWS: Advertise this enhancement.

gdb/doc/ChangeLog:

	* gdb.texinfo (Symbols): Mention the fact that "info
	variables/functions/types" show source files and line numbers.

gdb/testsuite/ChangeLog:

	* gdb.ada/info_types.exp: Adjust expected output to the line
	numbers now printed by "info var/func/type".
	* gdb.base/completion.exp: Likewise.
	* gdb.base/included.exp: Likewise.
	* gdb.cp/cp-relocate.exp: Likewise.
	* gdb.cp/cplusfuncs.exp: Likewise.
	* gdb.cp/namespace.exp: Likewise.
	* gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2018-04-13 19:26:05 +02:00
..
abstract-origin.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
abstract-origin.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ambiguous.cc
ambiguous.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
annota2.cc
annota2.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
annota3.cc
annota3.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
anon-ns.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
anon-ns.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
anon-ns2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
anon-struct.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
anon-struct.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
anon-union.cc
anon-union.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arg-reference.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arg-reference.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
baseenum.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
baseenum.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bool.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bool.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
breakpoint.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
breakpoint.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bs15503.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bs15503.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
call-c-1.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
call-c.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
call-c.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
casts.cc
casts.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
casts03.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
chained-calls.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
chained-calls.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
class2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
class2.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
classes.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
classes.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cmpd-minsyms.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cmpd-minsyms.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
converts.cc
converts.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cp-relocate.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cp-relocate.exp Show line numbers in output for "info var/func/type" 2018-04-13 19:26:05 +02:00
cpcompletion.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cpexprs.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cpexprs.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cplabel.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cplabel.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cplusfuncs.cc
cplusfuncs.exp Show line numbers in output for "info var/func/type" 2018-04-13 19:26:05 +02:00
cpsizeof.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cpsizeof.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ctti.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cttiadd.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cttiadd1.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cttiadd2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cttiadd3.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
debug-expr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
demangle.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
derivation.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
derivation.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
derivation2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
destrprint.cc
destrprint.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dispcxx.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dispcxx.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ena-dis-br-range.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ena-dis-br-range.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
enum-class.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
enum-class.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
exception.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
exception.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
exceptprint.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
exceptprint.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
expand-psymtabs-cxx.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
expand-psymtabs-cxx.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
expand-sals.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
expand-sals.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
extern-c.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
extern-c.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
filename.cc Do not classify C struct members as a filename 2018-02-01 22:34:20 -05:00
filename.exp Do not classify C struct members as a filename 2018-02-01 22:34:20 -05:00
formatted-ref.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
formatted-ref.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fpointer.cc
fpointer.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb1355.cc
gdb1355.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb2384-base.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb2384-base.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb2384.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb2384.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb2495.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb2495.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
hang.H
hang.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
hang1.cc
hang2.cc
hang3.cc
impl-this.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
impl-this.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
includefile Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
infcall-dlopen-lib.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
infcall-dlopen.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
infcall-dlopen.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
inherit.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
iostream.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
iostream.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
koenig.cc
koenig.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
local-static.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
local-static.cc
local-static.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
local.cc
local.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
m-data.cc
m-data.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
m-static.cc
m-static.exp Fix type of values representing optimized out static members 2018-02-07 08:49:56 -05:00
m-static.h
m-static1.cc
maint.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mb-ctor.cc
mb-ctor.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mb-inline.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mb-inline.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mb-inline1.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mb-inline2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mb-templates.cc
mb-templates.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
member-name.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
member-name.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
member-ptr.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
member-ptr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
meth-typedefs.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
meth-typedefs.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
method.cc
method.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
method2.cc
method2.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
minsym-fallback-main.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
minsym-fallback.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
minsym-fallback.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
minsym-fallback.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
misc.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
misc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
namelessclass.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
namelessclass.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
namelessclass.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
namespace-enum-main.cc
namespace-enum.cc
namespace-enum.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
namespace-nested-import.cc
namespace-nested-import.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
namespace.cc
namespace.exp Show line numbers in output for "info var/func/type" 2018-04-13 19:26:05 +02:00
namespace1.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nested-types.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nested-types.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nextoverthrow.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nextoverthrow.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
no-dmgl-verbose.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
no-dmgl-verbose.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
non-trivial-retval.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
non-trivial-retval.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
noparam.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
noparam.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsalias.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsalias.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsdecl.cc
nsdecl.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsimport.cc
nsimport.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsnested.cc
nsnested.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsnoimports.cc
nsnoimports.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsrecurs.cc
nsrecurs.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsstress.cc
nsstress.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nsusing.cc
nsusing.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
operator.cc
operator.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
oranking.cc
oranking.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
overload-const.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
overload-const.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
overload.cc
overload.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ovldbreak.cc
ovldbreak.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ovsrch.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ovsrch.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ovsrch1.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ovsrch2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ovsrch3.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ovsrch4.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
paren-type.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
paren-type.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
parse-lang.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
parse-lang.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pass-by-ref.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pass-by-ref.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr-574.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr-574.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr-1023.cc
pr-1023.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr-1210.cc
pr-1210.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr9067.cc
pr9067.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr9167.cc
pr9167.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr9594.cc
pr9631.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr9631.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr10687.cc
pr10687.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr10728-x.cc
pr10728-x.h
pr10728-y.cc
pr10728.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr12028.cc
pr12028.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr17132.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr17132.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr17494.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pr17494.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
printmethod.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
printmethod.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
psmang.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
psmang1.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
psmang2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
psymtab-parameter.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
psymtab-parameter.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ptype-cv-cp.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ptype-cv-cp.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ptype-flags.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ptype-flags.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
punctuator.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
re-set-overloaded.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
re-set-overloaded.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
readnow-language.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
readnow-language.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ref-params.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ref-params.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ref-types.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ref-types.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rtti.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rtti.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rtti1.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rtti2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-casts.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-casts.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-overload.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-overload.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-params.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-params.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-sizeof.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-sizeof.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-types.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rvalue-ref-types.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
save-bp-qualified.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
save-bp-qualified.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
scope-err.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
scope-err.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
shadow.cc
shadow.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
smartp.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
smartp.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
static-method.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
static-method.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
static-print-quit.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
static-print-quit.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
static-typedef-print.cc Fix infinite recursion when printing static member with typedef 2018-04-02 12:53:43 -05:00
static-typedef-print.exp Fix infinite recursion when printing static member with typedef 2018-04-02 12:53:43 -05:00
subtypes-2.cc Add psymbols for nested types 2018-03-23 11:58:32 -07:00
subtypes.cc Add psymbols for nested types 2018-03-23 11:58:32 -07:00
subtypes.exp Add psymbols for nested types 2018-03-23 11:58:32 -07:00
subtypes.h Add psymbols for nested types 2018-03-23 11:58:32 -07:00
temargs.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
temargs.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
templates.cc
templates.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
try_catch.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
try_catch.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
typedef-operator.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
typedef-operator.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
typeid.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
typeid.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
userdef.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
userdef.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
using-crash.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
using-crash.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
var-tag-2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
var-tag-3.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
var-tag-4.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
var-tag.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
var-tag.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
virtbase.cc
virtbase.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
virtfunc.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
virtfunc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
virtfunc2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
virtfunc2.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
vla-cxx.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
vla-cxx.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
watch-cp.cc Fix watching structs in C++ 2018-03-07 14:29:19 +01:00
watch-cp.exp Fix watching structs in C++ 2018-03-07 14:29:19 +01:00
wide_char_types.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
wide_char_types.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00