aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-01-23Disable bracketed paste mode in GDB testsTom Tromey2-7/+12
2021-01-22Fix expected output of gdb.base/line65535.exp with dwarf-5Bernd Edlinger2-1/+5
2021-01-22gdb/testsuite: eliminate gdb_suppress_tests mechanismSimon Marchi20-772/+300
2021-01-22gdb: add new version styleAndrew Burgess3-1/+15
2021-01-22gdb: don't print escape characters when a style is disabledAndrew Burgess2-172/+268
2021-01-22gdb: add remote_debug_printfSimon Marchi2-5/+8
2021-01-21Handle additional connection errorLuis Machado2-0/+8
2021-01-21gdb/testsuite: improve logging in lib/tuiterm.expSimon Marchi2-171/+281
2021-01-21Add Python support for hardware breakpointsHannes Domani2-0/+29
2021-01-20gdb/testsuite: use multi_line in gdb.base/skip.expSimon Marchi1-30/+30
2021-01-20gdb/testsuite: rename _cur_x/_cur_y to _cur_col/_cur_row in lib/tuiterm.expSimon Marchi2-86/+94
2021-01-20gdb/testsuite: add links for handled control sequences in lib/tuiterm.expSimon Marchi2-9/+49
2021-01-20[gdb/testsuite] Fix gdb.python/py-format-string.exp with -m32Tom de Vries2-2/+9
2021-01-20[gdb/testsuite] Skip gdb.rust/*.exp for target board unix/-m32Tom de Vries2-1/+20
2021-01-20Fix a few stap parser issues and add a new test for probe expressionsSergio Durigan Junior3-0/+116
2021-01-19[gdb/testsuite] Fix gdb.base/step-over-syscall.exp with -m32Tom de Vries2-0/+28
2021-01-19[gdb/testsuite] Fix gdb.arch/i386-mpx.exp with -m32Tom de Vries2-1/+5
2021-01-18gdb/testsuite: remove actual addresses from some test namesAndrew Burgess2-1/+7
2021-01-15[gdb/testsuite] Fix gdb.fortran/array-slices.exp with -m32Tom de Vries2-1/+7
2021-01-14[gdb/testsuite] Fix gdb.base/style.exp with -m32Tom de Vries2-6/+48
2021-01-13gdb: better handling of 'S' packetsAndrew Burgess3-0/+219
2021-01-12[gdb/testsuite] Add have_mpx in lib/gdb.expTom de Vries12-313/+191
2021-01-12aarch64: Add support for bfloat16 in gdb.Srinath Parvathaneni2-0/+29
2021-01-12[gdb/testsuite] Require is_amd64_regs_target in gdb.base/disasm-optim.expTom de Vries2-1/+5
2021-01-12gdb: fix debug dump of OP_BOOL expressionsAndrew Burgess2-0/+12
2021-01-12gdb/fortran: add symbol base comparison operatorsAndrew Burgess2-0/+34
2021-01-11[gdb/testsuite] Fix gdb.arch/amd64-stap-three-arg-disp.STom de Vries2-3/+8
2021-01-09Fix erroneous agent expression testTom Tromey2-1/+5
2021-01-08Pass void_context_p to parse_expressionTom Tromey5-0/+128
2021-01-08gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi2-0/+77
2021-01-08gdb: add missing test for completion of invalid /FMT stringsAndrew Burgess2-0/+9
2021-01-08gdb: user variables with components of dynamic typeAndrew Burgess3-0/+134
2021-01-08gdb/fortran: Correct the lval type for array elements of internal varsAndrew Burgess3-0/+92
2021-01-07Fix regression in Ada aggregate assignmentTom Tromey2-0/+7
2021-01-06Fix fixed-point binary operation type handlingTom Tromey4-0/+31
2021-01-06gdb/testsuite: fix race in gdb.threads/signal-while-stepping-over-bp-other-th...Simon Marchi3-3/+28
2021-01-04[gdb/symtab] Remove superfluous end-of-sequence markerTom de Vries2-0/+98
2021-01-04gdb: introduce scoped debug printsSimon Marchi5-10/+31
2021-01-04gdb/testsuite: avoid reading files through the remote protocol in gdb.server/...Simon Marchi18-48/+208
2021-01-04gdb/testsuite: use clean_restart in gdb.server/server-run.expSimon Marchi2-4/+5
2021-01-04gdb/testsuite: use clean_restart in gdb.server/ext-run.expSimon Marchi2-7/+7
2021-01-04gdb/testsuite: use build_executable in gdb.server/stop-reply-no-thread.expSimon Marchi2-1/+6
2021-01-04gdb/testsuite: use clean_restart in gdb.server/solib-list.expSimon Marchi2-6/+5
2021-01-04[gdb/testsuite] Don't require gold for gdb.base/morestack.expTom de Vries3-11/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker3962-3962/+3962
2020-12-31Update gdb.rust tests for Rust 1.49Tom Tromey2-4/+14
2020-12-31Fix passing debug options for gccBernd Edlinger2-1/+5
2020-12-30gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.expSimon Marchi2-22/+30
2020-12-24gdb: avoid resolving dynamic properties for non-allocated arraysAndrew Burgess3-0/+165
2020-12-21Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmdPeter Waller3-0/+73