aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Fix crash when TUI window creation failsTom Tromey3-0/+15
2020-06-16Add two missing return values in gdb.python/py-nested-maps.cusers/luisgpm/testGary Benson2-0/+8
2020-06-15gdb/testsuite: fix minor things in jit testsTankut Baris Aktemur3-3/+10
2020-06-12gdb/testsuite: Prevent globals leaking between test scriptsAndrew Burgess3-5/+106
2020-06-12[gdb/testsuite] Don't leak tuiterm.exp spawn overrideTom de Vries17-16/+78
2020-06-12[gdb/testsuite] Don't abort testrun for invalid command in test-caseTom de Vries2-1/+23
2020-06-11Fix hex floating point lexingTom Tromey2-9/+15
2020-06-11Compute proper length for dynamic types of TYPE_CODE_TYPEDEFKeith Seitz3-2/+44
2020-06-11[gdb/testsuite] Make gdb.base/dbx.exp more robustTom de Vries3-19/+64
2020-06-10[gdb/symtab] Enable ada .gdb_indexTom de Vries2-5/+4
2020-06-09gdb/testsuite: fix duplicate test names in gdb.base/index-cache.expSimon Marchi2-9/+16
2020-06-04gdb: really share partial symtabs when using .gdb_index or .debug_namesSimon Marchi4-0/+110
2020-06-04[gdb/testsuite] Remove path names from error messages in gdb_file_cmdTom de Vries2-7/+15
2020-06-04[gdb/testsuite] Fix error handling in gdb_file_cmdTom de Vries2-15/+13
2020-06-04[gdb/testsuite] Fix use of fail in gdb_cmd_fileTom de Vries2-1/+5
2020-06-03[gdb/symtab] Fix missing breakpoint location for inlined functionTom de Vries5-0/+122
2020-06-03[gdb/testsuite] Fix use of verbose in gdb/jit-*.expTom de Vries4-8/+26
2020-06-02[gdb/testsuite] Fix scrolling in gdb.dwarf2/multidictionary.expTom de Vries2-6/+8
2020-06-01gdb: Preserve is-stmt lines when switch between filesAndrew Burgess8-0/+680
2020-05-30replace_typedefs: handle templates in namespacesPedro Alves3-0/+227
2020-05-29Fix build errors in with clang in gdb.compile/compile-cplus.cGary Benson2-2/+20
2020-05-29Fix file-not-found error with clang in gdb.arch/i386-{avx,sse}.cGary Benson3-2/+8
2020-05-29Build two gdb.cp testcases with -Wno-unused-comparisonGary Benson3-2/+10
2020-05-28Fix "enumeration values not handled in switch" error in testsuiteGary Benson2-0/+7
2020-05-28Pass -Wno-deprecated-register for gdb.cp that use "register"Gary Benson4-3/+13
2020-05-28Fix "'operator new' should not return NULL" errors in testsuiteGary Benson2-2/+10
2020-05-27cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple}Pedro Alves2-23/+18
2020-05-27Fix some duplicate test namesLuis Machado23-306/+475
2020-05-26Handle indexing Ada arrays with enum indicesTom Tromey2-0/+7
2020-05-26Fix bugs in 'val and 'pos with range typesTom Tromey4-2/+17
2020-05-26Use = instead of == for better portabilityChristian Biesinger via Gdb-patches2-2/+7
2020-05-26[gdb/testsuite] Add test-case gold-gdb-index.expTom de Vries5-0/+132
2020-05-25[gdb/testsuite] Add target board gold-gdb-indexTom de Vries2-0/+49
2020-05-25gdb/testsuite: add simavr.exp boardSimon Marchi2-0/+99
2020-05-25gdb/testsuite: add inferior arguments testSimon Marchi4-8/+169
2020-05-25gdb/testsuite: support passing inferior arguments with native-gdbserver boardSimon Marchi8-24/+62
2020-05-25[gdb/testsuite] Add comment in exec_is_pieTom de Vries2-0/+7
2020-05-25[gdb/testsuite] Fix var use in compile_and_download_n_jit_soTom de Vries2-1/+6
2020-05-25[gdb/testsuite] Fix exec_is_pie with gold linkerTom de Vries2-2/+8
2020-05-25[gdb/testsuite] Add target board goldTom de Vries2-0/+36
2020-05-24Revert "Add completion styling"Tom Tromey3-16/+5
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