aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-26gdb/testsuite: remove duplicate test names from gdb.cp/gdb2384.expAndrew Burgess2-12/+12
2021-03-26gdb/testsuite: remove duplicate test names for gdb.cp/nsusing.expAndrew Burgess1-100/+33
2021-01-22gdb/testsuite: eliminate gdb_suppress_tests mechanismSimon Marchi1-7/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker301-301/+301
2020-12-31Fix passing debug options for gccBernd Edlinger1-1/+1
2020-11-10Fix gdb.cp/step-and-next-inline.exp with ClangGary Benson1-4/+16
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess1-18/+6
2020-10-28[gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnowTom de Vries1-4/+16
2020-10-28[gdb/testsuite] Fix typo in gdb.cp/nsalias.expTom de Vries1-1/+1
2020-10-27[gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnowTom de Vries1-3/+4
2020-10-13gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves1-1/+1
2020-10-12Reject ambiguous C++ field accesses (PR exp/26602)Pedro Alves2-156/+258
2020-09-18gdb.cp/call-c.exp C++ifyPedro Alves1-0/+3
2020-09-13gdb/testsuite: Explicitly return from mainPedro Alves22-6/+39
2020-09-13Remove stale "register" bits from gdb.cp/misc.ccPedro Alves3-41/+2
2020-09-13Move "register" test out of classes.exp to a separate testcasePedro Alves4-72/+124
2020-09-11[gdb/testsuite] Kfail gdb.cp/ambiguous.exp FAILs for PR26602Tom de Vries1-0/+7
2020-08-25Enable gdb.cp/ambiguous.exp with GCC and clangGary Benson1-2/+10
2020-07-28Demangle function names when disassemblingAndrew Burgess2-0/+98