aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-05-24[gdb/testsuite] Add test-case for gdb-add-index.shTom de Vries2-0/+78
2019-05-22Add "style" proc to the test suiteTom Tromey4-8/+35
2019-05-22[gdb/testsuite] Require c++11 for gdb.base/align.expTom de Vries2-1/+9
2019-05-22[gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expre...Tom de Vries2-0/+9
2019-05-22AArch64: Treat pauth ops as nops on non-pauth systemsAlan Hayward3-0/+84
2019-05-22Document gdb.in/gdb.cmd files and debugredirect cli commandAlan Hayward2-0/+25
2019-05-21[gdb/testsuite] Require c++11 where necessaryTom de Vries7-5/+20
2019-05-21testsuite: Mark the kill in gdbserver_run as optionalAlan Hayward2-1/+5
2019-05-18gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floatsAndrew Burgess5-8/+13
2019-05-17testsuite: Remove TRANSCRIPT supportAlan Hayward3-68/+8
2019-05-17testsuite: Add replay logging to GDBSERVER_DEBUGAlan Hayward3-21/+68
2019-05-17testsuite: Create .cmd files for gdb and gdbserverAlan Hayward3-0/+29
2019-05-17testsuite: Record all gdb input to gdb.inAlan Hayward2-18/+106
2019-05-17testsuite: Disable some tests when loggingAlan Hayward20-12/+159
2019-05-17testsuite: Add option to capture GDB debugAlan Hayward4-1/+92
2019-05-17Add debug redirect optionAlan Hayward2-3/+39
2019-05-17Change file close behavior for tee_fileAlan Hayward2-5/+29
2019-05-17MI: Add new command -completeJan Vrany3-0/+117
2019-05-15gdb/fortran: Add sizeof tests for indexed and sliced arraysAndrew Burgess2-4/+24
2019-05-14Add file name styling to "info sharedlibrary"Tom Tromey2-0/+29
2019-05-14[gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.STom de Vries2-1/+6
2019-05-10Add completion for Ada catch commandsTom Tromey2-0/+8
2019-05-09[gdb/testsuite] Fix gdb.arch/amd64-tailcall-self.STom de Vries2-12/+17
2019-05-09[gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.STom de Vries2-13/+18
2019-05-08When debugging a mixed Ada/C program using this scenario:Xavier Roirand6-0/+167
2019-05-08Correctly handle non-C-style arrays in c_get_stringTom Tromey2-0/+17
2019-05-08Change ptype/o to print bit offsetTom Tromey2-15/+19
2019-05-08Fix ptype/o comment formattingTom Tromey3-251/+259
2019-05-08Fix VLA printing for AdaTom Tromey3-0/+100
2019-05-07[gdb/testsuite] Fix ls_host return in index-cache.expTom de Vries2-1/+5
2019-05-07[gdb/testsuite] Fix .debug_aranges in watch-loc.cTom de Vries2-1/+10
2019-05-07[gdb/testsuite] Fix .debug_aranges in dw2-case-insensitive-debug.STom de Vries2-1/+7
2019-05-07[gdb/testsuite] Fix handling of DW_FORM_ref_addr in dwarf assemblerTom de Vries2-4/+7
2019-05-06[gdb/testsuite] Fix index-cache.exp with cc-with-{gdb-index,debug-names}Tom de Vries3-8/+49
2019-05-04[gdb/testsuite] Add cc-with-debug-names.expTom de Vries2-0/+30
2019-05-03Fix cast of character to enum type in AdaTom Tromey4-2/+9
2019-05-03[gdb/testsuite] Add cc-with-gdb-index.expTom de Vries2-0/+30
2019-05-02gdb/rust: Handle printing structures containing stringsAndrew Burgess3-0/+17
2019-05-01Fix bug in assignment to nested packed structureTom Tromey3-0/+18
2019-05-01Fix big-endian aggregate assignment in AdaTom Tromey2-0/+10
2019-05-01[gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.expTom de Vries2-0/+9
2019-05-01[gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.expTom de Vries2-20/+6
2019-04-30Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.Ali Tamur2-0/+8
2019-04-30Fix "catch exception" with dynamic linkingTom Tromey7-5/+214
2019-04-30Fix crash in dwarf2read.c with template parametersTom Tromey2-0/+28
2019-04-30gdb/fortran: Add allocatable type qualifierAndrew Burgess6-24/+31
2019-04-30gdb/fortran: Update rules for printing whitespace in typesAndrew Burgess5-7/+14
2019-04-30gdb/fortran: print function arguments when printing function typeAndrew Burgess4-1/+140
2019-04-30gdb/fortran: Print 'void' type in lower caseAndrew Burgess2-1/+6
2019-04-30gdb/fortran: better types for components of complex numbersAndrew Burgess4-33/+83