aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-12-04[gdb/testsuite] Fix control-flow in gdb.reverse/insn-reverse.expTom de Vries2-11/+20
2020-12-04[gdb/testsuite] Fix count usage in gdb.reverse/insn-reverse.expTom de Vries2-2/+5
2020-12-04[gdb/testsuite] Fix gdb.reverse/insn-reverse-x86.c for -m32Tom de Vries2-0/+13
2020-12-04[gdb/testsuite] Handle SIGILL in gdb.reverse/insn-reverse.expTom de Vries3-6/+61
2020-12-02gdb/riscv: remove csr aliases created with DECLARE_CSR_ALIASAndrew Burgess2-4/+4
2020-12-02gdb/riscv: place unknown csrs into the correct register groupsAndrew Burgess2-9/+35
2020-12-01gdb/testsuite: fix indentation in gdb.threads/non-ldr-exc-1.expSimon Marchi2-2/+6
2020-12-01gdb/testsuite: use foreach_with_prefix in gdb.threads/non-ldr-exc-*.expSimon Marchi5-127/+134
2020-12-01gdb/testsuite: fix comment in gdb.threads/non-ldr-exit.expSimon Marchi2-1/+5
2020-12-01gdbsupport/tdesc: print enum fields using 'evalue' syntaxAndrew Burgess2-0/+17
2020-11-30Revert accidental empty commitsTom de Vries1-6/+0
2020-11-30[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clangTom de Vries2-4/+5
2020-11-30[gdb/testsuite] Fix minimal encodings KPASSesTom de Vries1-0/+6
2020-11-24gdb/testsuite: do not hard-code location indices in condbreak-multi-context.expTankut Baris Aktemur2-67/+128
2020-11-23Add TYPE_CODE_FIXED_POINT handling in print_type_scalarJoel Brobecker2-10/+24
2020-11-23gdb/testsuite: show evaluation errors in gdb_assertSimon Marchi2-1/+12
2020-11-23[gdb/testsuite] Fix minimal encodings KPASSesTom de Vries4-6/+15
2020-11-22gdb/testsuite: add template for test casesSimon Marchi3-0/+61
2020-11-22[gdb/testsuite] Add testcase for DW_AT_count referencing a variableGary Benson2-1/+58
2020-11-21[gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.expTom de Vries2-1/+43
2020-11-19gdb/fortran: Add support for Fortran array slices at the GDB promptAndrew Burgess8-78/+895
2020-11-19gdb: update command completion for watch, awatch, and rwatchAndrew Burgess2-0/+15
2020-11-18gdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non-stop using GDBFLAGSSimon Marchi7-12/+33
2020-11-18gdb/testsuite: use unresolved in mi_run_cmd_fullSimon Marchi2-3/+8
2020-11-18Fix Windows-target testing in mi_gdb_file_cmdJoseph Myers2-0/+10
2020-11-17Fix gdb.trace testcase build failures with ClangGary Benson2-1/+6
2020-11-17gdb/testsuite: prevent timeout in gdb.gdb/unittest.expAndrew Burgess2-0/+11
2020-11-17gdb: improve command completion for 'print', 'x', and 'display'Andrew Burgess2-0/+33
2020-11-16Update gdb.dwarf2/data-loc.expTom Tromey2-43/+11
2020-11-15Add support for fixed-point type comparison operatorsJoel Brobecker4-1/+117
2020-11-15Add support for fixed-point type arithmeticJoel Brobecker2-0/+22
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker3-0/+85
2020-11-15fix printing of DWARF fixed-point type objects with format modifierJoel Brobecker2-0/+16
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker8-15/+278
2020-11-14gdb: add tab completion of type field names for FortranAndrew Burgess3-0/+78
2020-11-13Fix Windows-target testing in gdb_file_cmdJoseph Myers2-0/+10
2020-11-12gdb: rewrite how per language primitive types are managedAndrew Burgess2-0/+15
2020-11-12Fix Rust regression with -readnowTom Tromey2-6/+5
2020-11-12Fix gdb.threads/tls-so_extern.exp with ClangGary Benson2-0/+7
2020-11-11gdb/testsuite: add "breakpoint always-inserted" axis in gdb.base/continue-aft...Simon Marchi2-3/+16
2020-11-10Fix bug in gdb.ada/bias.expTom Tromey3-6/+11
2020-11-10Prevent false passes in gdb.base/vla-optimized-out.expGary Benson2-1/+6
2020-11-10Prevent inlining in gdb.base/vla-optimized-out.cGary Benson2-2/+6
2020-11-10Fix gdb.cp/step-and-next-inline.exp with ClangGary Benson2-4/+23
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess8-53/+149
2020-11-06gdb/testsuite: make DWARF assembler's ranges' "base" and "range" procsSimon Marchi10-66/+74
2020-11-04Handle __XVL fields in Ada type printingTom Tromey3-18/+11
2020-11-04Print Ada type name in more casesTom Tromey4-0/+119
2020-11-04Recognize names of array typesTom Tromey4-0/+14
2020-11-04Use bit stride when taking slice of arrayTom Tromey5-0/+144