aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
AgeCommit message (Expand)AuthorFilesLines
2016-03-02testsuite: Fix run to main issue introduced by GCC 5.x.bernhard.heckel1-0/+1
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi1-28/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker229-229/+229
2015-12-21Remove references to HP CC/aCC compiler from testsuiteSimon Marchi7-74/+4
2015-12-14Skip tests that send ctrl-c to GDB if nointerrupts target property is set.Sandra Loosemore2-10/+14
2015-11-27Use multi_line to make pattern more human readableYao Qi1-5/+93
2015-11-27Allow multiple occurrences of the frames-invalid annotation in gdb.cp/annota2...Yao Qi1-1/+1
2015-11-27Use ${frames_invalid} in gdb.cp/annota2.expYao Qi1-1/+1
2015-10-19Fixup comments oops in last commit.Andrew Stubbs1-4/+4
2015-10-19Robustify inherit.exp and virtbase.exp.Andrew Stubbs2-3/+27
2015-09-24Generalize enum regexp in gdb.cp/classes.exp.Sandra Loosemore1-1/+1
2015-09-23Allow any size enum in gdb.cp/var-tag.exp.Sandra Loosemore1-1/+1
2015-07-30Replace incorrect patch to gdb.cp/var-tag.exp.Sandra Loosemore1-1/+2
2015-07-30Reapply fix for gdb.cp/var-tag.exp C++ failures.Sandra Loosemore1-3/+8
2015-07-24Clean up testsuite compiler_info support.Doug Evans1-1/+0
2015-06-26PR 16253 revisitedKeith Seitz5-0/+215
2015-05-26PR c++/18141, c++/18417.Doug Evans2-0/+71
2015-02-26Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans4-1/+61
2015-02-21PR c++/17976, symtab/17821Doug Evans1-0/+4
2015-01-11PR gdb/15830Doug Evans1-2/+10
2015-01-02gdb.cp/nsalias.exp: Fix output of external/declaration flags.Doug Evans1-6/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker222-222/+222
2014-12-04Correct invalid assumptions made by (mostly) DWARF-2 testsMaciej W. Rozycki2-9/+9
2014-12-02PR symtab/17602Doug Evans3-69/+95
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra3-1/+247
2014-11-03Fix evaluation of method calls under EVAL_SKIP.Siva Chandra2-0/+120
2014-10-24Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.Siva Chandra2-0/+34
2014-10-15Add new non-trial return value tests.Siva Chandra2-0/+48
2014-10-15Non trivial return value tests.Siva Chandra2-0/+107
2014-09-12after gdb_run_cmd, gdb_expect -> gdb_test_multiple/gdb_testPedro Alves2-66/+6
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra2-0/+101
2014-08-15Set print symbol off in some testsYao Qi4-1/+10
2014-07-14fix PR 17106Tom Tromey2-0/+84
2014-06-19The testcase was generating DW_AT_high_pc and DW_AT_low_pc entriesLuis Machado1-6/+6
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz2-149/+0
2014-05-21gdb/testsuite: Handle underlying type in gdb.cp/var-tag.exp.Mark Wielaard1-3/+9
2014-04-24Ensure unreferenced static symbols aren't omitted by clang (either marking th...David Blaikie1-1/+1
2014-04-24Return by value to coax Clang into emitting the full definition of a test type.David Blaikie3-5/+5
2014-04-24XFAIL under Clang tests using labelsDavid Blaikie1-0/+1
2014-04-24Adjust start-of-function braces to be compatible with ClangDavid Blaikie2-96/+106
2014-04-16PR c++/16597Keith Seitz3-0/+988
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz2-0/+143
2014-04-14implement support for "enum class"Tom Tromey3-1/+95
2014-04-11Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz2-0/+111
2014-03-20PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves2-6/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker204-204/+204
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz2-0/+265
2013-11-15fix PR c++/16117Tom Tromey3-0/+87
2013-11-13PR c++/7539Keith Seitz3-4/+351
2013-11-02gdb.cp/derivation.exp: s/perrro/perror/Maciej W. Rozycki1-1/+1