aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-03-25gdb/testsuite: use -wrap with gdb_test_multiple in lib/ada.expAndrew Burgess2-2/+7
2021-03-24Add memory tagging testcasesLuis Machado6-0/+589
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado3-1/+7
2021-03-22gdb: handle invalid DWARF when compilation unit is missingAndrew Burgess3-0/+106
2021-03-22gdb/testsuite: use the correct .debug_str section name for DW_FORM_strpAndrew Burgess4-1/+137
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey2-1/+5
2021-03-19Fix potential hang during gdbserver testingKevin Buettner2-1/+11
2021-03-19Enable macro test for clang compilerSourabh Singh Tomar5-9/+26
2021-03-17gdb/testsuite: add test for run/attach while program is runningSimon Marchi3-0/+195
2021-03-16gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess4-0/+159
2021-03-16gdb/testsuite: squash duplicate test names in gdb.threads/*.expAndrew Burgess7-48/+77
2021-03-15Fix unary + in AdaTom Tromey2-0/+9
2021-03-15Call ada_ensure_varsize_limit in indirectionTom Tromey3-1/+20
2021-03-15Implement Ada operator overloadingTom Tromey5-0/+335
2021-03-15Fix Ada assignment resolutionTom Tromey5-0/+126
2021-03-15Fix bug in Ada aggregate assignmentTom Tromey5-0/+54
2021-03-15gdb: use make_scoped_restore to restore gdbpy_current_objfileAndrew Burgess7-0/+254
2021-03-12gdb/testsuite: resolve remaining duplicate test names in gdb.python/*.expAndrew Burgess7-8/+25
2021-03-12gdb/testsuite: remove duplicate test from gdb.python/py-value-cc.expAndrew Burgess2-2/+4
2021-03-12gdb/testsuite: check the correct Python variable in testAndrew Burgess2-1/+6
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-explore-cc.expAndrew Burgess2-4/+9
2021-03-12gdb/testsuite: remove a duplicate testAndrew Burgess2-2/+4
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-symtab.expAndrew Burgess2-2/+9
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-prompt.expAndrew Burgess2-39/+51
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-block.expAndrew Burgess2-7/+15
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-pp-maint.expAndrew Burgess2-5/+15
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-explore.expAndrew Burgess2-28/+35
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-finish-breakpoint.expAndrew Burgess2-13/+19
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-strfns.expAndrew Burgess2-1/+8
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-format-string.expAndrew Burgess2-18/+23
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-mi.expAndrew Burgess2-156/+171
2021-03-09Fix function call regression in new evaluatorTom Tromey3-0/+80
2021-03-09gdb: fix field names of GDB's type main_type structureAndrew Burgess2-0/+146
2021-03-09gdb/fortran: Add 'LOC' intrinsic support.Felix Willgerodt2-0/+9
2021-03-09gdb/fotran: add support for the 'shape' keywordAndrew Burgess3-0/+168
2021-03-09gdb/fortran: add support for 'SIZE' keywordAndrew Burgess3-0/+212
2021-03-09gdb/fortran: add support for RANK keywordAndrew Burgess3-0/+141
2021-03-08Convert f-exp.y to use operationsTom Tromey2-4/+8
2021-03-08Convert c-exp.y to use operationsTom Tromey2-2/+6
2021-03-06Avoid crash on missing dwz fileTom Tromey3-2/+68
2021-03-06Make valgrind tests more robust by adding --wait=1 to vgdb invocationMark Wielaard2-1/+5
2021-03-05CTF: set up debug info for function argumentsWeimin Pan2-3/+20
2021-03-03gdb, testsuite: enforce lazy binding for gdb.btrace/rn-dl-bind.expMarkus Metzger2-1/+6
2021-03-03testsuite, gdb.btrace: adjust expected source line in non-stop.expMarkus Metzger2-2/+6
2021-03-03testsuite, gdb.btrace: remove implicit debug option in stepi.expMarkus Metzger2-1/+5
2021-03-03testsuite, gdb.btrace: adjust expected output to pass with clangMarkus Metzger4-21/+37
2021-03-03testsuite, gdb.btrace: move -Wl,-x to ldflagsMarkus Metzger2-1/+5
2021-03-03testsuite, gdb.btrace: pass rn-dl-bind.exp with clangMarkus Metzger2-9/+24
2021-03-03testsuite, gdb.btrace: remove assembly-check in delta.expMarkus Metzger2-8/+6
2021-03-03testsuite: extend nopie handling to add -fno-pie to compiler flagsMarkus Metzger3-4/+21