aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-07-11rust: Fix rust modules testDaniel Xu2-1/+8
2020-07-10Testcase for previous handle_no_resumed fixesPedro Alves3-1/+87
2020-07-08Use read_memory in ada_exception_message_1Tom Tromey3-2/+7
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess4-0/+166
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess2-0/+91
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess2-0/+91
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess2-1/+14
2020-07-06[gdb/symtab] Fix line-table end-of-sequence sortingTom de Vries2-0/+18
2020-07-03Fix gdb.base/structs2.exp with ClangPedro Alves3-2/+8
2020-07-03Fix gdb.base/charset.exp with ClangPedro Alves2-4/+18
2020-07-03Remove stale -DNO_PROTOTYPES bits from gdb testsuitePedro Alves8-67/+27
2020-07-03Remove stale overlay testcase bitsPedro Alves4-583/+5
2020-06-30Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers10-39/+52
2020-06-30[gdb/testsuite] Handle early_flags in gdb_default_target_compileTom de Vries2-7/+16
2020-06-29gdb/testsuite: better handle failures in simavr board, reap simavr processSimon Marchi2-4/+39
2020-06-29[gdb/testsuite] Emit unresolved for unknown procTom de Vries2-0/+6
2020-06-29[gdb/testsuite] Expect conformation question in gdb.server/solib-list.expTom de Vries2-0/+9
2020-06-26Make test names unique in python.exp and guile.expPhilippe Waroquiers5-95/+95
2020-06-26Fix --enable-libctf and --disable-staticNick Alcock8-3/+45
2020-06-26Fix -Wstring-compare testcase build failureGary Benson3-2/+16
2020-06-25gdb/riscv: Loop over all registers for 'info all-registers'Andrew Burgess2-3/+11
2020-06-25gdb/riscv: Record information about unknown tdesc registersAndrew Burgess2-2/+7
2020-06-25gdb/riscv: Improve support for matching against target descriptionsAndrew Burgess6-0/+367
2020-06-25gdb/riscv: Take CSR names from target descriptionAndrew Burgess2-1/+42
2020-06-25gdb/riscv: Improved register alias name creationAndrew Burgess5-0/+292
2020-06-24W/ Clang, compile/link C++ test programs with "-x c++"Pedro Alves4-12/+21
2020-06-24W/ Clang, compile C/C++ testcases with -Wno-unknown-warning-optionPedro Alves2-1/+24
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess6-0/+274
2020-06-23Adjust command completion output when TUI is disabledSandra Loosemore2-4/+18
2020-06-23Improve -Wunused-value testcase build failures fixGary Benson9-35/+47
2020-06-23Avoid testcase build failures with -Wunused-valueGary Benson9-35/+46
2020-06-22Add tests for new alias default-args related commands and arguments.Philippe Waroquiers10-11/+187
2020-06-22Disable parts of gdb.base/source-dir.exp on remote hostSandra Loosemore2-1/+16
2020-06-21Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c...Philippe Waroquiers5-4/+90
2020-06-20Adjust gdb.mi/mi-sym-info.exp filename patterns.Sandra Loosemore2-9/+14
2020-06-20Fix gdb.base/list-missing-source.exp on remote host.Sandra Loosemore2-1/+7
2020-06-19Fixes for gdb.xml/tdesc-regs.exp.Sandra Loosemore2-2/+9
2020-06-19[gdb/testsuite] Limit default_target_compile overrideTom de Vries3-13/+72
2020-06-18[gdb/testsuite] Move code from gdb_init to default_gdb_initTom de Vries2-119/+132
2020-06-17Fix TUI support checks in gdb.tui tests.Sandra Loosemore14-0/+39
2020-06-17Fix typo in my gdb.debuginfod entry.Keith Seitz1-1/+1
2020-06-17Fix TCL error in gdb.python/py-format-string.exp.Sandra Loosemore2-3/+12
2020-06-17gdb: check for partial symtab presence in dwarf2_initialize_objfileSimon Marchi3-0/+69
2020-06-17Pass INTERNAL_GDBFLAGS when executing GDBKeith Seitz2-1/+7
2020-06-17[gdb/testsuite] Remove dependence on tcl_unknownTom de Vries2-11/+34
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