aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Fix regression in pointer-to-member printingTom Tromey2-0/+12
2022-10-31gdb/testsuite: fix gdb.cp/converts.exp to run with clangBruno Larsen1-1/+1
2022-10-31gdb/testsuite: add XFAIL to gdb.cp/ptype-flags.exp when using clangBruno Larsen1-0/+12
2022-10-03Improve GDB's baseclass detection with typedefsBruno Larsen1-12/+33
2022-09-30[gdb/c++] Print destructor the same for gcc and clangTom de Vries3-2/+78
2022-07-13Add PowerPC support to gdb.cp/call-method-register.ccCarl Love1-0/+2
2022-07-05[gdb/exp] Fix internal error when printing C++ pointer-to-memberTom de Vries2-0/+62
2022-06-30gdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynamic allocationBruno Larsen2-0/+24
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess47-196/+2
2022-05-25Show enabled locations with disabled breakpoint parent as "y-"Pedro Alves1-14/+14
2022-05-25gdb: Fix DUPLICATE and PATH regressions throughoutPedro Alves2-4/+2
2022-05-20Test "set multiple-symbols on" creating multiple breakpointsPedro Alves1-25/+75
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen68-130/+130
2022-05-12[gdb/testsuite] Fix gdb.cp/break-f-std-string.cc with older gccTom de Vries1-0/+13
2022-05-10Fix "b f(std::string)" when current language is CPedro Alves1-3/+10
2022-05-10Fix "b f(std::string)", always use DMGL_VERBOSEPedro Alves3-35/+105
2022-05-08[gdb/testsuite] Fix gdb.cp/casts.exp with -m32Tom de Vries1-1/+3
2022-05-02[gdb/testsuite] Fix gdb.cp/align.exp with gcc 12.1 / 11.3Tom de Vries1-11/+14
2022-04-18Fix C++ cast of derived class to base classTom Tromey2-0/+26
2022-03-04gdb: Use a typedef's scoped type name to identify local typedefsChristina Schimpe2-17/+94
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz2-0/+114
2022-02-23Fix bug in C++ overload resolutionTom Tromey2-0/+13
2022-01-19Add `set print array-indexes' tests for C/C++ arraysMaciej W. Rozycki1-0/+22
2022-01-19Add `set print repeats' tests for C/C++ arraysMaciej W. Rozycki1-0/+22
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker307-307/+307
2021-12-23gdb: on x86-64 non-trivial C++ objects are returned in memoryAndrew Burgess2-1/+44
2021-12-02gdb/testsuite: update tests looking for "DWARF 2" debug formatSimon Marchi2-2/+2
2021-11-25PR gdb/28480: Improve ambiguous member detectionBruno Larsen2-0/+29
2021-11-19gdb/testsuite: Extend tests for print of cv qualifiersChristina Schimpe2-0/+16
2021-11-19gdb: Print cv qualifiers if class attributes are substitutedChristina Schimpe2-0/+50
2021-11-05gdb/testsuite: use gdb_get_line_numberAndrew Burgess2-18/+4
2021-10-28[gdb/testsuite] Initialize anonymous union in gdb.cp/koenig.ccKavitha Natarajan1-0/+2
2021-10-21Fix test step-and-next-inline.ccCarl Love2-2/+4
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi24-26/+0
2021-09-25[gdb/testsuite] Minimize gdb restartsTom de Vries4-7/+1
2021-08-03[gdb/testsuite] templates.exp to accept clang++ outputAlok Kumar Sharma1-0/+3
2021-07-21[gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with gcc-11Tom de Vries3-13/+84
2021-07-21[gdb/testsuite] Fix FAILs due to PR gcc/101452Tom de Vries4-4/+28
2021-07-13gdb, dwarf: Don't follow the parent of a subprogram to get a prefix.Felix Willgerodt2-0/+93
2021-06-25gdb: fix invalid arg coercion when calling static member functionsAndrew Burgess2-0/+12
2021-06-25gdb: replace NULL terminated array with array_viewAndrew Burgess2-1/+13
2021-06-25gdb: fix regression in evaluate_funcall for non C++ like casesAndrew Burgess2-0/+87
2021-06-23[gdb/testsuite] Rewrite gdb_test_linesTom de Vries1-1/+1
2021-06-10[gdb/testsuite] Fix gdb.cp/nested-types.exp with check-read1Tom de Vries1-9/+2
2021-06-10[gdb/testsuite] Fix gdb.cp/cplusfuncs.exp with check-read1Tom de Vries1-4/+7
2021-06-01[gdb/symtab] Ignore cold clonesTom de Vries2-0/+84
2021-04-07gdb: allow casting to rvalue reference in more casesAndrew Burgess2-0/+28
2021-03-26gdb/testsuite: resolve remaining duplicate test names in gdb.cp/*.expAndrew Burgess11-21/+32
2021-03-26gdb/testsuite: resolve duplicate test name in gdb.cp/cplusfuncs.expAndrew Burgess1-1/+1
2021-03-26gdb/testsuite: remove duplicate test from gdb.cp/maint.expAndrew Burgess1-15/+16