aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2021-04-26gdb: check result of gdb_fopen_cloexec in dump_binary_fileSimon Marchi1-0/+10
2021-04-25[PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX1-224/+338
2021-04-23gdb: remove some caching from the dwarf readerAndrew Burgess1-6/+11
2021-04-22Fix ptype/o bug with "<no data fields>"Tom Tromey2-1/+23
2021-04-21Fix test case gdb.base/valgrind-bt.exp.Carl Love1-1/+3
2021-04-20gdb: Allow address space qualifier parsing in C++.Felix Willgerodt1-0/+35
2021-04-15gdb: add "set startup-quietly" commandTom Tromey1-0/+39
2021-04-15gdb: process early initialization files and command line optionsAndrew Burgess2-0/+131
2021-04-07CTF: handle forward reference typeWeimin Pan2-0/+14
2021-03-30gdb/dwarf: disable per-BFD resource sharing for -readnow objfilesSimon Marchi2-64/+0
2021-03-24Add memory tagging testcasesLuis Machado2-0/+88
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado2-1/+2
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey1-1/+1
2021-03-19Enable macro test for clang compilerSourabh Singh Tomar3-9/+16
2021-03-17gdb/testsuite: add test for run/attach while program is runningSimon Marchi2-0/+189
2021-03-09Fix function call regression in new evaluatorTom Tromey2-0/+75
2021-03-08Convert c-exp.y to use operationsTom Tromey1-2/+2
2021-03-05CTF: set up debug info for function argumentsWeimin Pan1-3/+16
2021-02-27[PR gdb/27393] set directories: handle empty dirs.Lancelot SIX1-0/+41
2021-02-24gdb: use std::string instead of a fixed size bufferAndrew Burgess1-6/+8
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 Burgess1-85/+51
2021-02-24gdb: add a new 'maint info target-sections' commandAndrew Burgess1-1/+67
2021-02-11gdb: change 'maint info section' to use command optionsAndrew Burgess1-4/+28
2021-02-11gdb: 'maint info sections' - handle the no executable caseAndrew Burgess1-4/+37
2021-02-11gdb/testsuite: split 'maint info sections' tests to a new fileAndrew Burgess2-87/+127
2021-02-11gdb: Remove arm-symbianelf supportAlan Modra4-9/+2
2021-02-08Build gdb.base/gnu-ifunc.exp with lazy bindingLuis Machado1-0/+4
2021-02-05[gdb/breakpoints] Fix segfault for catch syscall -1Tom de Vries1-0/+3
2021-02-05[gdb/exp] Fix assert when adding ptr to imaginary unitTom de Vries1-0/+11
2021-02-02Inferior without argument prints detail of current inferior.Lancelot SIX2-0/+58
2021-02-02gdb/testsuite: use proc_with_prefix in gdb.base/scope.expSimon Marchi1-5/+5
2021-01-27Avoid use after free with logging and debug redirect.Lancelot SIX1-0/+8
2021-01-22Fix expected output of gdb.base/line65535.exp with dwarf-5Bernd Edlinger1-1/+1
2021-01-22gdb/testsuite: eliminate gdb_suppress_tests mechanismSimon Marchi15-626/+251
2021-01-22gdb: add new version styleAndrew Burgess1-1/+7
2021-01-22gdb: don't print escape characters when a style is disabledAndrew Burgess1-172/+259
2021-01-20gdb/testsuite: use multi_line in gdb.base/skip.expSimon Marchi1-30/+30
2021-01-19[gdb/testsuite] Fix gdb.base/step-over-syscall.exp with -m32Tom de Vries1-0/+23
2021-01-14[gdb/testsuite] Fix gdb.base/style.exp with -m32Tom de Vries1-6/+43
2021-01-12[gdb/testsuite] Require is_amd64_regs_target in gdb.base/disasm-optim.expTom de Vries1-1/+1
2021-01-08gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi1-0/+72
2021-01-08gdb: add missing test for completion of invalid /FMT stringsAndrew Burgess1-0/+5
2021-01-04gdb: introduce scoped debug printsSimon Marchi1-1/+8
2021-01-04[gdb/testsuite] Don't require gold for gdb.base/morestack.expTom de Vries2-11/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1021-1021/+1021
2020-12-21Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmdPeter Waller2-0/+68
2020-12-21gdb/testsuite: use gdb_test in gdb.base/list.expSimon Marchi1-151/+30
2020-12-19[gdb/testsuite] Introduce supports_scalar_storage_order_attributeTom de Vries2-4/+9
2020-12-16gdb/testsuite: make some tests in gdb.base enable non-stop using GDBFLAGSSimon Marchi4-13/+20