aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-16[gdb/testsuite] Fix prompt regexp in batch-preserve-term-settings.expTom de Vries1-1/+1
2020-12-15gdb: multi-line support for "document" commandRae Kim1-0/+30
2020-12-15Highlight deprecated commands using title styleTom Tromey1-0/+7
2020-12-15[gdb/testsuite] Handle PS1 quirk in gdb.base/multi-line-starts-subshell.expTom de Vries1-3/+3
2020-12-14[gdb/testsuite] Don't pass -fPIC to gdb_compile_shlibTom de Vries8-15/+12
2020-12-14[gdb/testsuite] Handle no glibc debuginfo in gdb.base/solib-corrupted.expTom de Vries1-1/+11
2020-12-14[gdb/testsuite] Handle shell prompt in batch-preserve-term-settings.expTom de Vries1-3/+6
2020-12-13[gdb/testsuite] Fix gdb.base/endianity.exp with gcc-4.8Tom de Vries1-4/+7
2020-12-13gdb: new command 'maint flush dcache'Andrew Burgess2-0/+97
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess2-2/+2
2020-12-11gdb: improve the warning given for deprecated aliases with a prefixAndrew Burgess1-2/+2
2020-12-11gdb: give deprecated command warning for aliases with a prefixAndrew Burgess2-0/+26
2020-12-11gdb: don't warn about deprecated aliases during tab completionAndrew Burgess1-0/+6
2020-12-11[gdb/testsuite] Fix gdb.base/float128.exp with --with-mpfr=noTom de Vries1-1/+21
2020-12-09gdb: fix value_subscript when array upper bound is not knownSimon Marchi2-0/+136
2020-12-07gdb.base/break-on-linker-gcd-function.exp: Remove unused variablePedro Alves1-1/+0
2020-12-07gdb/main: execute breakpoint commands for '-iex' and '-ex' commandsTankut Baris Aktemur3-0/+90
2020-11-24gdb/testsuite: do not hard-code location indices in condbreak-multi-context.expTankut Baris Aktemur1-67/+123
2020-11-22gdb/testsuite: add template for test casesSimon Marchi2-0/+56