AArch64: Close sequences at the end of sections
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp /
2018-09-20  Sandra LoosemoreSkip GDB tab-completion tests if no readline.
2018-09-19  Richard BuntLogical short circuiting with argument lists
2018-08-02  Tom TromeyAllow "info address" of a template parameter
2018-06-18  Weimin PanFix failure to find member of a typedef base class
2018-06-05  Tom TromeyAdd "continue" response to pager
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-04-30  Tom TromeyHandle alignof and _Alignof
2018-04-13  Andreas ArnezShow line numbers in output for "info var/func/type"
2018-04-02  Weimin PanFix infinite recursion when printing static member...
2018-03-23  Keith SeitzAdd psymbols for nested types
2018-03-07  Andreas ArnezFix watching structs in C++
2018-02-07  Simon MarchiFix type of values representing optimized out static...
2018-02-02  Leszek SwirskiDo not classify C struct members as a filename
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13  Pedro AlvesFix regression: expression completer and scope operator...
2017-12-07  Keith SeitzRecord nested types
2017-12-01  Yao QiReplace mail address with the URL in copyright header
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-29  Thomas Preud'homme[gdb/testsuite] Fix return type of psymtab-parameter
2017-11-29  Thomas Preud'homme[gdb/testsuite] Fix wrong return type in tests
2017-11-09  Pedro AlvesFix racy output matching in gdb.base/cpcompletion.exp
2017-11-07  Pedro AlvesAdd some more breakpoint/location range tests
2017-11-07  Pedro AlvesMake breakpoint/location number parsing error output...
2017-11-07  Pedro AlvesAdd base 'enable/disable invalid location range' tests
2017-11-07  Xavier RoirandAllow enabling/disabling breakpoint location ranges
2017-10-27  Patrick FrantsFix broken recursion detection when printing static...
2017-10-18  Keith SeitzCanonicalize conversion operators
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...
next
This page took 0.506596 seconds and 7 git commands to generate.