aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
AgeCommit message (Expand)AuthorFilesLines
2017-11-09Fix racy output matching in gdb.base/cpcompletion.expPedro Alves1-1/+1
2017-11-07Add some more breakpoint/location range testsPedro Alves1-0/+13
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves1-24/+91
2017-11-07Add base 'enable/disable invalid location range' testsPedro Alves1-0/+38
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand2-0/+198
2017-10-26Fix broken recursion detection when printing static membersPatrick Frants2-0/+18
2017-10-18Canonicalize conversion operatorsKeith Seitz2-0/+18
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz2-0/+141
2017-10-13Skip a few tests on targets that can't use the "run" commmand.Pedro Alves2-10/+6
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-2/+2
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves2-16/+137
2017-09-04Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves2-5/+12
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves3-0/+279
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-2/+2
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