aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-21[gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.expTom de Vries1-1/+39
2020-11-19gdb: update command completion for watch, awatch, and rwatchAndrew Burgess1-0/+11
2020-11-17gdb: improve command completion for 'print', 'x', and 'display'Andrew Burgess1-0/+29
2020-11-11gdb/testsuite: add "breakpoint always-inserted" axis in gdb.base/continue-aft...Simon Marchi1-3/+10
2020-11-10Prevent false passes in gdb.base/vla-optimized-out.expGary Benson1-1/+1
2020-11-10Prevent inlining in gdb.base/vla-optimized-out.cGary Benson1-2/+2
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess2-19/+17
2020-11-02gdb/testsuite: fix failure in gdb.base/step-over-no-symbols.expSimon Marchi1-2/+2
2020-11-02Fix gdb.base/print-file-var.exp with ClangGary Benson1-8/+10
2020-11-02Fix testcases using __attribute__((noclone)) with ClangGary Benson3-36/+41
2020-10-30gdb/infrun: disable pagination in fetch_inferior_eventTankut Baris Aktemur5-264/+21
2020-10-29gdb: restore thread after detaching or killing an inferiorTankut Baris Aktemur1-0/+2
2020-10-28[gdb/testsuite] Fix re-read FAILs with -readnowTom de Vries1-0/+8