Fix segfault processing nios2 pseudo-instructions with too few arguments.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp /
2017-10-17  Keith SeitzRecord and output access specifiers for nested typedefs
2017-10-13  Pedro AlvesSkip a few tests on targets that can't use the "run...
2017-09-20  Pedro AlvesMake "list ambiguous" show symbol names too
2017-09-04  Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04  Pedro AlvesHandle "p 'S::method()::static_var'" (quoted) in symbol...
2017-09-04  Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04  Pedro AlvesStop assuming no-debug-info variables have type int
2017-08-22  Pedro AlvesAdd test for "List actual code around more than one...
2017-05-03  Keith SeitzMake sure malloc is linked into gdb.cp/oranking.cc.
2017-04-27  Keith SeitzFix overload resolution involving rvalue references...
2017-04-12  Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-12  Pedro AlvesFix PR c++/21323: GDB thinks char16_t and char32_t...
2017-03-20  Artemiy VolkovAdd rvalue reference tests and docs
2017-03-16  Thomas Preud'hommeFix expect for gdb.cp/m-static.exp
2017-03-10  Keith Seitzc++/8218: Destructors w/arguments.
2017-02-15  Thomas Preud'hommeFix illegal upper case gdb cmd in chained-calls.exp
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-23  Luis MachadoFix more cases of improper test names
2016-12-02  Luis MachadoRevert change to gdb.cp/ovldbreak.exp
2016-12-02  Luis MachadoDon't handle timeout inside gdb_test_multiple
2016-12-01  Luis MachadoFixup testcases outputting own name as a test name...
2016-12-01  Luis MachadoFix test names starting with uppercase using multi...
2016-12-01  Luis MachadoFix test names starting with uppercase using multi...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test_m...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test...
2016-12-01  Luis MachadoFix test names starting with uppercase output by basic...
2016-09-16  Jan Kratochviltestsuite: Fix false FAIL in gdb.cp/casts.exp
2016-09-15  Jan Kratochviltestsuite: Fix C++11 compilation failure for gdb.cp...
2016-09-06  Ulrich WeigandRemove obsolete TYPE_FLAG_... values
2016-08-01  Yao QiTweak gdb.cp tests for aarch32
2016-06-13  Andrew Burgessgdb: Use UNSUPPORTED not XFAIL for unsupported target...
2016-04-27  Simon MarchiRename gdb_load_shlibs to gdb_load_shlib
2016-03-15  Don BreazealPR 18303, Tolerate malformed input for lookup_symbol...
2016-03-02  bernhard.heckeltestsuite: Fix run to main issue introduced by GCC...
2016-02-08  Simon MarchiAlways organize test artifacts in a directory hierarchy
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-21  Simon MarchiRemove references to HP CC/aCC compiler from testsuite
2015-12-14  Sandra LoosemoreSkip tests that send ctrl-c to GDB if nointerrupts...
2015-11-27  Yao QiUse multi_line to make pattern more human readable
2015-11-27  Yao QiAllow multiple occurrences of the frames-invalid annota...
2015-11-27  Yao QiUse ${frames_invalid} in gdb.cp/annota2.exp
2015-10-19  Andrew StubbsFixup comments oops in last commit.
2015-10-19  Andrew StubbsRobustify inherit.exp and virtbase.exp.
2015-09-25  Sandra LoosemoreGeneralize enum regexp in gdb.cp/classes.exp.
2015-09-24  Sandra LoosemoreAllow any size enum in gdb.cp/var-tag.exp.
2015-07-30  Sandra LoosemoreReplace incorrect patch to gdb.cp/var-tag.exp.
2015-07-30  Sandra LoosemoreReapply fix for gdb.cp/var-tag.exp C++ failures.
2015-07-24  Doug EvansClean up testsuite compiler_info support.
2015-06-26  Keith SeitzPR 16253 revisited
2015-05-27  Doug EvansPR c++/18141, c++/18417.
2015-02-27  Doug EvansAdd missing CHECK_TYPEDEF calls to recent vptr_{fieldno...
2015-02-22  Doug EvansPR c++/17976, symtab/17821
2015-01-11  Doug EvansPR gdb/15830
2015-01-03  Doug Evansgdb.cp/nsalias.exp: Fix output of external/declaration...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-04  Maciej W. RozyckiCorrect invalid assumptions made by (mostly) DWARF...
2014-12-03  Doug EvansPR symtab/17602
2014-11-29  Siva ChandraEnable chained function calls in C++ expressions.
2014-11-04  Siva ChandraFix evaluation of method calls under EVAL_SKIP.
2014-10-24  Siva ChandraGuard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_refer...
2014-10-15  Siva ChandraAdd new non-trial return value tests.
2014-10-15  Siva ChandraNon trivial return value tests.
2014-09-12  Pedro Alvesafter gdb_run_cmd, gdb_expect -> gdb_test_multiple...
2014-08-16  Siva ChandraAdd new argument NOSIDE to find_overload_match.
2014-08-14  Yao QiSet print symbol off in some tests
2014-07-14  Tom Tromeyfix PR 17106
2014-06-19  Luis MachadoThe testcase was generating DW_AT_high_pc and DW_AT_low...
2014-06-07  Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-05-21  Mark Wielaardgdb/testsuite: Handle underlying type in gdb.cp/var...
2014-04-25  David BlaikieEnsure unreferenced static symbols aren't omitted by...
2014-04-25  David BlaikieReturn by value to coax Clang into emitting the full...
2014-04-25  David BlaikieXFAIL under Clang tests using labels
2014-04-24  David BlaikieAdjust start-of-function braces to be compatible with...
2014-04-16  Keith SeitzPR c++/16597
2014-04-14  Keith SeitzRemove symbol_matches_domain. This fixes
2014-04-14  Tom Tromeyimplement support for "enum class"
2014-04-11  Keith SeitzFix c++/16675 -- sizeof reference type should give...
2014-03-20  Pedro AlvesPR breakpoints/7143 - Watchpoint does not trigger when...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-25  Keith SeitzPR c++/14819: Explicit class:: inside class scope...
2013-11-15  Tom Tromeyfix PR c++/16117
2013-11-13  Keith SeitzPR c++/7539
2013-11-02  Maciej W. Rozyckigdb.cp/derivation.exp: s/perrro/perror/
2013-10-25  Pedro AlvesPrint nonexisting/optimized out static fields gracefully.
2013-06-07  Pedro AlvesRemove superfluous semicolons from testsuite throughout.
2013-06-07  Pedro AlvesFix formating in copyright headers.
2013-06-07  Will Newtongdb/testsuite/gdb.cp/annota2.exp: Add missing empty...
2013-06-07  Will Newtongdb/testsuite/gdb.cp: Fix tests for ARM C++ ABI.
2013-06-06  Doug Evans * gdb.cp/derivation.exp: Make tests have unique names.
2013-06-05  Doug Evans PR 15519
2013-06-05  Luis Machado * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle...
2013-05-22  Tom Tromey PR c++/15401:
2013-04-15  Tom Tromey PR c++/13588:
2013-04-15  Tom Tromey PR c++/15176:
2013-04-15  Tom Tromey PR c++/9065:
2013-04-15  Tom Tromey PR c++/12824:
2013-04-04  Sandra Loosemore2013-04-04 Sandra Loosemore <sandra@codesourcery...
2013-04-03  Sandra Loosemore2013-04-02 Sandra Loosemore <sandra@codesourcery...
2013-03-25  Tom Tromey PR symtab/11462:
2013-03-25  Tom Tromey PR c++/9197:
next
This page took 0.532314 seconds and 7 git commands to generate.