aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Add test for "List actual code around more than one location" changePedro Alves1-1/+33
2017-05-03Make sure malloc is linked into gdb.cp/oranking.cc.Keith Seitz1-0/+17
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz4-6/+27
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2-14/+54
2017-04-12Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves2-0/+171
2017-03-20Add rvalue reference tests and docsArtemiy Volkov11-1/+825
2017-03-16Fix expect for gdb.cp/m-static.expThomas Preud'homme1-2/+2
2017-03-10c++/8218: Destructors w/arguments.Keith Seitz1-9/+15
2017-02-15Fix illegal upper case gdb cmd in chained-calls.expThomas Preud'homme1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker232-232/+232
2016-12-23Fix more cases of improper test namesLuis Machado118-121/+120
2016-12-02Revert change to gdb.cp/ovldbreak.expLuis Machado1-0/+4
2016-12-01Don't handle timeout inside gdb_test_multipleLuis Machado2-12/+2
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado5-7/+7
2016-12-01Fix test names starting with uppercase using multi-line gdb_test_multipleLuis Machado1-5/+1
2016-12-01Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_testLuis Machado1-5/+5
2016-12-01Fix test names starting with uppercase using gdb_test_multipleLuis Machado3-4/+4
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado4-8/+8
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado10-10/+10
2016-09-16testsuite: Fix false FAIL in gdb.cp/casts.expJan Kratochvil3-15/+53
2016-09-15testsuite: Fix C++11 compilation failure for gdb.cp/m-static.expJan Kratochvil1-0/+3
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand1-2/+2
2016-08-01Tweak gdb.cp tests for aarch32Yao Qi3-5/+5
2016-06-13gdb: Use UNSUPPORTED not XFAIL for unsupported target featuresAndrew Burgess3-6/+3
2016-04-27Rename gdb_load_shlibs to gdb_load_shlibSimon Marchi3-3/+3
2016-03-15PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal2-0/+84
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