aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-05-23Add completion stylingTom Tromey3-0/+21
2020-05-22gdb: Restore old annotations behaviour when printing frame infoAndrew Burgess4-8/+14
2020-05-20gdb/testsuite: check mmap ret val against MAP_FAILEDSimon Marchi5-3/+19
2020-05-20Fix array_char_idx.expTom Tromey2-1/+7
2020-05-20[gdb/symtab] Handle .gdb_index in ada language modeTom de Vries4-0/+104
2020-05-19Restore missing Rust testTom Tromey2-1/+5
2020-05-19[gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.expTom de Vries2-1/+5
2020-05-19Fix duplicate tests in gdb.rustTom Tromey2-8/+15
2020-05-18[gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching-proc.expTom de Vries2-18/+28
2020-05-17Stop considering hw and sw breakpoint locations duplicates (PR gdb/25741)Pedro Alves2-0/+78
2020-05-16Fix gdb.multi/multi-re-run.exp with native-gdbserverPedro Alves2-0/+12
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2-1/+8
2020-05-15Fix/improve 'apropos' outputPhilippe Waroquiers2-22/+35
2020-05-15Fix/improve 'help CLASS' outputPhilippe Waroquiers2-1/+5
2020-05-15Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers2-2/+6
2020-05-15Fix problem that alias can be defined or not depending on the order.Philippe Waroquiers2-0/+11
2020-05-15Fix "control reaches end of non-void function" errors in testsuiteGary Benson16-1/+39
2020-05-15Don't silently skip tests if OpenCL is unsupportedGary Benson6-0/+13
2020-05-15[gdb/testsuite] Rename *.exp.in to *.exp.tclTom de Vries33-24/+67
2020-05-15gdb/testsuite: Revert commit 843f4d93576eef02139f7b1b3fa1cea7b0f286f1Andrew Burgess2-20/+5
2020-05-15Fix gdb.multi/multi-kill.expPedro Alves2-5/+12
2020-05-15Fix global variable collision in gdb.multi/multi-kill.expPedro Alves2-5/+22
2020-05-14[gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserverTom de Vries2-1/+6
2020-05-14[gdb/testsuite] Split up multi-exec test-casesTom de Vries18-105/+307
2020-05-14gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur5-0/+333
2020-05-14gdb/infrun: enable/disable thread events of all targets in stop_all_threadsTankut Baris Aktemur3-2/+7
2020-05-12gdb/testsuite: Disable path and duplicate checks when parallel testingAndrew Burgess2-0/+25
2020-05-12[gdb/testsuite] Fix incorrect string concat in jit-elf.expTom de Vries2-2/+7
2020-05-12[gdb/testsuite] Fix tcl error in jit-elf-helpers.expTom de Vries2-8/+17
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.multiTom de Vries2-4/+14
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.adaTom de Vries4-16/+31
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.fortranTom de Vries2-7/+19
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.traceTom de Vries2-3/+7
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.pascalTom de Vries2-2/+10
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml}Tom de Vries4-7/+17
2020-05-12[gdb/testsuite] add jit-elf-util.h and run jit functionMihails Strasuns2-39/+133
2020-05-12[gdb/testsuite] define jit function name via macroMihails Strasuns3-34/+8
2020-05-12[gdb/testsuite] use -Ttext-segment for jit-elf testsMihails Strasuns2-15/+46
2020-05-12[gdb/testsuite] add lib/jit-elf-helpers.expMihails Strasuns3-106/+93
2020-05-12[gdb/testsuite] use args as lib list for jit-elf testsMihails Strasuns via Gdb-patches3-142/+252
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.dwarf2Tom de Vries6-22/+38
2020-05-11gdb: change duplicate test name in gdb.base/jit-so.expSimon Marchi2-1/+6
2020-05-11gdb/testsuite: Detect and warn about duplicate test namesAndrew Burgess2-6/+48
2020-05-11gdb/testsuite: Detect and warn if paths are used in test namesAndrew Burgess3-0/+148
2020-05-11[gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.expTom de Vries2-2/+6
2020-05-11Fix gdb.ada/attr_ref_and_charlit.exp typoKeith Seitz2-1/+5
2020-05-11[gdb/testsuite] Fix gdb.cp/cpexprs-debug-types.exp inclusionTom de Vries4-748/+772
2020-05-11Clean-up gdb.ada test namesKeith Seitz16-47/+86
2020-05-11[gdb/symtab] Fix incomplete CU list assert in .debug_namesTom de Vries6-107/+229
2020-05-11gdb/fortran: Allow Flang MAIN_ in Fortran testingAlok Kumar Sharma40-64/+145