binutils-gdb/gdb/testsuite/gdb.cp
Tom Tromey 5ca8c39f05 Simplify complaints even more
This removes the SHORT_FIRST_MESSAGE case from complaints, leaving
only a single case.  This allows for the removal of the last argument
to clear_complaints, and also simplifies complaint_internal, removing
an extra allocation in the process.

After this, the "./gdb -iex 'set complaint 1' -nx ./gdb" example will
show:

    Reading symbols from ./gdb...
    During symbol reading: .debug_ranges entry has start address of zero [in module /home/tromey/gdb/build/gdb/gdb]
    During symbol reading: DW_AT_low_pc 0x0 is zero for DIE at 0x17116c1 [in module /home/tromey/gdb/build/gdb/gdb]
    During symbol reading: .debug_line address at offset 0xa22f5 is 0 [in module /home/tromey/gdb/build/gdb/gdb]
    During symbol reading: unsupported tag: 'DW_TAG_unspecified_type'
    During symbol reading: const value length mismatch for 'std::ratio<1, 1000000000>::num', got 8, expected 0

This is a bit wordier but, I think, a bit more clear, as the form of
the message no longer depends on precisely when it was emitted.  In
particular if you compare to the output from the 'Clean up "Reading
symbols" output' patch, you can see that earlier gdb would switch from
the prefix-less form to the "During symbol reading" form at a point
that is meaningless to the user (specifically, after psymtab reading
is done and gdb tries to expand a CU).

2018-10-04  Tom Tromey  <tom@tromey.com>

	* symfile.c (syms_from_objfile_1, finish_new_objfile)
	(reread_symbols): Update.
	* complaints.h (clear_complaints): Remove argument.
	* complaints.c (enum complaint_series): Remove.
	(series): Remove global.
	(complaint_internal): Update.
	(clear_complaints): Remove argument.

gdb/testsuite/ChangeLog
2018-10-04  Tom Tromey  <tom@tromey.com>

	* gdb.cp/maint.exp (test_invalid_name): Update expected output.
	* gdb.gdb/complaints.exp (test_short_complaints): Remove.
	(test_initial_complaints, test_empty_complaints): Update.
	* gdb.dwarf2/dw2-stack-boundary.exp: Update.
2018-10-04 13:40:10 -06: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
align.exp Handle alignof and _Alignof 2018-04-30 11:25:31 -06: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 Clean up "Reading symbols" output 2018-10-04 13:40:10 -06:00
cpcompletion.exp Skip GDB tab-completion tests if no readline. 2018-09-19 19:05:39 -07: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 Logical short circuiting with argument lists 2018-09-19 10:43:56 +01:00
local-static.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
local-static.cc Handle "p S::method()::static_var" in the C++ parser 2017-09-04 20:21:15 +01:00
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 Simplify complaints even more 2018-10-04 13:40:10 -06: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 Fix regression: expression completer and scope operator (PR gdb/22584) 2017-12-13 16:38:50 +00:00
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 [gdb/testsuite] Fix wrong return type in tests 2017-11-29 10:45:31 +00:00
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 Add "continue" response to pager 2018-06-05 11:02:52 -06: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 Allow "info address" of a template parameter 2018-08-02 16:12:42 -06: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-base.cc Fix failure to find member of a typedef base class 2018-06-18 21:31:55 +00:00
typedef-base.exp Fix failure to find member of a typedef base class 2018-06-18 21:31:55 +00: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 Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06: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