aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
AgeCommit message (Expand)AuthorFilesLines
2019-01-21Testsuite: Ensure stack protection is off for GCCAlan Hayward1-1/+1
2019-01-09gdb: Remove support for old mangling schemesSimon Marchi1-1416/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker268-268/+268
2018-11-16Aarch64: Fix segfault when casting dummy callsAlan Hayward3-0/+165
2018-10-19testsuite: ovldbreak.exp: fix regexpAlan Hayward1-5/+5
2018-10-08Finding data member in virtual base classWeimin Pan2-0/+160
2018-10-04Simplify complaints even moreTom Tromey1-1/+1
2018-10-04Clean up "Reading symbols" outputTom Tromey1-1/+1
2018-09-19Skip GDB tab-completion tests if no readline.Sandra Loosemore1-0/+8
2018-09-19Logical short circuiting with argument listsRichard Bunt1-0/+3
2018-08-02Allow "info address" of a template parameterTom Tromey1-0/+8
2018-06-18Fix failure to find member of a typedef base classWeimin Pan2-0/+69
2018-06-05Add "continue" response to pagerTom Tromey1-5/+5
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-1/+1
2018-04-30Handle alignof and _AlignofTom Tromey1-0/+174
2018-04-13Show line numbers in output for "info var/func/type"Andreas Arnez3-5/+5
2018-04-02Fix infinite recursion when printing static member with typedefWeimin Pan2-0/+71
2018-03-23Add psymbols for nested typesKeith Seitz4-0/+174
2018-03-07Fix watching structs in C++Andreas Arnez2-0/+63
2018-02-07Fix type of values representing optimized out static membersSimon Marchi1-0/+2
2018-02-01Do not classify C struct members as a filenameLeszek Swirski2-3/+39
2018-01-02Update copyright year range in all GDB filesJoel Brobecker252-252/+252
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves2-0/+55
2017-12-07Record nested typesKeith Seitz2-0/+950
2017-12-01Replace mail address with the URL in copyright headerYao Qi1-2/+1
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves4-7/+148
2017-11-29[gdb/testsuite] Fix return type of psymtab-parameterThomas Preud'homme2-2/+3
2017-11-29[gdb/testsuite] Fix wrong return type in testsThomas Preud'homme4-3/+4
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