aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Convert f-exp.y to use operationsTom Tromey2-4/+8
2021-03-08Convert c-exp.y to use operationsTom Tromey2-2/+6
2021-03-06Avoid crash on missing dwz fileTom Tromey3-2/+68
2021-03-06Make valgrind tests more robust by adding --wait=1 to vgdb invocationMark Wielaard2-1/+5
2021-03-05CTF: set up debug info for function argumentsWeimin Pan2-3/+20
2021-03-03gdb, testsuite: enforce lazy binding for gdb.btrace/rn-dl-bind.expMarkus Metzger2-1/+6
2021-03-03testsuite, gdb.btrace: adjust expected source line in non-stop.expMarkus Metzger2-2/+6
2021-03-03testsuite, gdb.btrace: remove implicit debug option in stepi.expMarkus Metzger2-1/+5
2021-03-03testsuite, gdb.btrace: adjust expected output to pass with clangMarkus Metzger4-21/+37
2021-03-03testsuite, gdb.btrace: move -Wl,-x to ldflagsMarkus Metzger2-1/+5
2021-03-03testsuite, gdb.btrace: pass rn-dl-bind.exp with clangMarkus Metzger2-9/+24
2021-03-03testsuite, gdb.btrace: remove assembly-check in delta.expMarkus Metzger2-8/+6
2021-03-03testsuite: extend nopie handling to add -fno-pie to compiler flagsMarkus Metzger3-4/+21
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey2-64/+26
2021-02-27[PR gdb/27393] set directories: handle empty dirs.Lancelot SIX2-0/+47
2021-02-26Minor fix in skip_ctf_testsTom Tromey2-1/+7
2021-02-26testsuite: Remove extra \n from expected output of tsv notificationsJan Vrany2-5/+10
2021-02-26testsuite: note on use_gdb_stub usageMarkus Metzger2-0/+7
2021-02-25Fix initial thread state of non-threaded remote targetsJan Matyas2-0/+17
2021-02-25gdb/testsuite: Add a missing -wrap in gdb_test_multipleAndrew Burgess2-1/+5
2021-02-25gdb/fortran: don't access non-existent type fieldsAndrew Burgess4-0/+173
2021-02-25gdb/fortran: add support for ASSOCIATED builtinAndrew Burgess3-0/+189
2021-02-25gdb/fortran: add support for legacy .xor. operatorAndrew Burgess2-0/+12
2021-02-24gdb: use std::string instead of a fixed size bufferAndrew Burgess2-6/+12
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess1-3/+1
2021-02-24gdb/testsuite: enable gdb.base/sect-cmd.exp test for all targetsAndrew Burgess2-85/+56
2021-02-24gdb: add a new 'maint info target-sections' commandAndrew Burgess2-1/+72
2021-02-24gdb/riscv: select rv32 target by default when requestedAndrew Burgess2-0/+63
2021-02-24gdb: call value_ind for pointers to dynamic types in UNOP_IND evaluationAndrew Burgess2-10/+23
2021-02-18gdb/testsuite: only run gdb.arch/i386-biarch-core.exp on suitable targetsAndrew Burgess2-0/+9
2021-02-16Correction of gdb.dwarf2/pr13961.SAlok Kumar Sharma2-73/+88
2021-02-12gdb/fortran: support ALLOCATED builtinAndrew Burgess3-0/+103
2021-02-11gdb/testsuite: remove old commentAndrew Burgess2-5/+4
2021-02-11gdb: change 'maint info section' to use command optionsAndrew Burgess2-4/+33
2021-02-11gdb: 'maint info sections' - handle the no executable caseAndrew Burgess2-4/+42
2021-02-11gdb/testsuite: split 'maint info sections' tests to a new fileAndrew Burgess3-87/+135
2021-02-10gdb: adjust comment in gdb.multi/multi-target.exp.tclSimon Marchi1-1/+1
2021-02-10gdb/testsuite: use "set sysroot" in gdb.multi/multi-target.exp.tclSimon Marchi2-1/+12
2021-02-11gdb: Remove arm-symbianelf supportAlan Modra9-26/+3
2021-02-10gdb/fortran: add parser support for lbound and uboundAndrew Burgess3-0/+314
2021-02-10[gdb/testsuite] Fix tcl ERROR in gdb_load_no_complaintsTom de Vries2-3/+5
2021-02-09[gdb/symtab] Fix element type modification in read_array_typeTom de Vries3-10/+55
2021-02-09[testsuite] Don't use 'testfile' before 'standard_testfile'.Hafiz Abid Qadeer5-8/+16
2021-02-08Build gdb.base/gnu-ifunc.exp with lazy bindingLuis Machado2-0/+8
2021-02-08[gdb/testsuite] Use DW_FORM_ref_addr in gdb.dwarf2/enqueued-cu-base-addr.expTom de Vries2-1/+5
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess4-0/+327
2021-02-08gdb/python: don't allow the user to delete window title attributesAndrew Burgess3-1/+23
2021-02-08gdb/tui: don't add windows to global list from tui_layout:window::applyAndrew Burgess2-0/+18
2021-02-08gdb/python: reformat an error stringAndrew Burgess3-2/+7
2021-02-08gdb/tui: fix issue with handling the return characterAndrew Burgess2-19/+34