aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand7-35/+0
2019-09-06un-XFAIL under Clang tests using labelsDavid Blaikie1-1/+0
2019-08-26[gdb, c++] Improve error message when using libstdcxx without SDT probesTom de Vries1-0/+41
2019-08-26[gdb/testsuite] Make skip_libstdcxx_probe_tests return 1 if trueTom de Vries1-1/+1
2019-08-05[gdb/testsuite] Run read1 timeout tests with with_read1_timeout_factorTom de Vries1-2/+9
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves2-18/+6
2019-07-09Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}Pedro Alves3-0/+148
2019-06-27Fix two buglets in cp_print_value_fields patchTom Tromey1-1/+2
2019-06-15gdb: Don't allow annotations to influence what else GDB printsAndrew Burgess2-1/+2
2019-06-06Add thread-exit annotation.Amos Bird1-0/+2
2019-05-29Fix crash in cp_print_value_fieldsTom Tromey2-0/+73
2019-05-21[gdb/testsuite] Require c++11 where necessaryTom de Vries3-3/+6
2019-04-30Fix crash in dwarf2read.c with template parametersTom Tromey1-0/+23
2019-04-25c++/24367: Infinite recursion of typedef substitutionKeith Seitz2-0/+18
2019-04-23gdb/aarch64: Use type_align instead of aarch64_type_alignAndrew Burgess2-0/+116
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