aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2021-05-27gdb: add option to reverse order of _initialize function callsSimon Marchi1-0/+29
2021-05-19[gdb/testsuite] Fix read1 timeout in gdb.base/info-types-c++.expTom de Vries1-17/+80
2021-05-14testsuite: Cleanup some temp dirs with gdb-index filesBernd Edlinger1-0/+11
2021-05-13gdb: maybe unpush target from old inferior in inf_child_target::follow_execSimon Marchi1-1/+13
2021-05-11[gdb/testsuite] Update infrun regexp in gdb.base/watch_thread_num.expTom de Vries1-4/+16
2021-05-11[gdb/testsuite] Fix read1 timeout in gdb.base/gdb-sigterm.expTom de Vries1-1/+1
2021-05-07gdb/testsuite: use gdb_test_no_output instead of send_gdbAndrew Burgess1-2/+2
2021-04-27Fix timeout with maint print objfilesLuis Machado1-3/+0
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