aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-04-28gdb: make set/show cwd work with $_gdb_setting_strAndrew Burgess1-0/+9
2023-04-28gdb: make set/show args work with $_gdb_setting_strAndrew Burgess2-0/+122
2023-04-28Allow strings with printf/evalKeith Seitz2-0/+41
2023-04-28gdb/testsuite: additional test fixes after gdb_test changesAndrew Burgess8-123/+102
2023-04-27Avoid some compiler warnings in gdb.adaTom Tromey2-4/+4
2023-04-27gdb/testsuite: special case '^' in gdb_test patternAndrew Burgess17-58/+109
2023-04-27gdb/testsuite: change newline patterns used in gdb_testAndrew Burgess39-241/+264
2023-04-27gdb/testsuite: use 'return' in gdb_test_no_outputAndrew Burgess2-9/+17
2023-04-27gdb/testsuite: fix occasional failure in gdb.base/clear_non_user_bp.expAndrew Burgess1-1/+1
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/empty.expTom de Vries1-2/+2
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/completion.expTom de Vries1-1/+1
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/new-layout.expTom de Vries1-1/+1
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/main.expTom de Vries1-1/+2
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/corefile-run.expTom de Vries1-1/+2
2023-04-25[gdb/testsuite] Add debug prints in Term::wait_forTom de Vries1-0/+21
2023-04-25[gdb/testsuite] Add warning for timeout in accept_gdb_outputTom de Vries1-0/+2
2023-04-24[gdb/testsuite] Fix auto-indent in gdb.gdb/python-helper.expTom de Vries1-10/+10
2023-04-24[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -fltoTom de Vries1-19/+58
2023-04-24[gdb/testsuite] Fix -wrap in presence of -prompt in gdb_test_multipleTom de Vries2-1/+12
2023-04-24[gdb/testsuite] Use -std=gnu99 for gdb.server/attach-flag.expTom de Vries1-1/+1
2023-04-24[gdb/testsuite] Require GCC >= 5.x.x in gdb.base/utf8-identifiers.expTom de Vries1-0/+5
2023-04-24[gdb/testsuite] Fix gdb.multi/multi-arch.exp on powerpc64leTom de Vries2-0/+16
2023-04-24[gdb/testsuite] Add basic lmap for tcl < 8.6Tom de Vries2-0/+35
2023-04-24[gdb/testsuite] Don't use string cat in gdb.dwarf2/dw2-abs-hi-pc.expTom de Vries1-1/+2
2023-04-24[gdb/testsuite] Skip dap tests for tcl 8.5Tom de Vries2-0/+7
2023-04-22[gdb/testsuite] Remove debug prints in gdb_find_gdcTom de Vries1-2/+1
2023-04-22gdb: Fix false match issue in skip_prologue_using_linetableWANG Rui2-0/+148
2023-04-21[gdb/testsuite] Add make-check-all.shTom de Vries1-0/+329
2023-04-21Handle function descriptors in call_site_targetTom Tromey4-0/+119
2023-04-18gdb: re-format Python code with black 23Simon Marchi1-0/+1
2023-04-17gdb/amdgpu: add follow fork and exec supportSimon Marchi6-0/+341
2023-04-17Add 128-bit integer support to the Ada parserTom Tromey1-0/+5
2023-04-17Remove some Ada parser helper functionsTom Tromey1-0/+2
2023-04-17Add 128-bit integer support to the Rust parserTom Tromey2-3/+8
2023-04-17[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries1-0/+66
2023-04-14gdb/testsuite: accept script argument for mi_make_breakpoint_pendingAndrew Burgess3-5/+21
2023-04-14gdb/testsuite: avoid {"} pattern in lib/mi-support.expAndrew Burgess1-1/+1
2023-04-14gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.expHui Li1-8/+14
2023-04-14[gdb/testsuite] Add regression test for PR30325Tom de Vries2-3/+17
2023-04-12Use 'require' with gnatmake_version_at_leastTom Tromey2-6/+2
2023-04-11gdb/testsuite: fix typo gdb_name_name -> gdb_test_nameAndrew Burgess1-1/+1
2023-04-11gdb: warn when converting h/w watchpoints to s/wAndrew Burgess3-12/+118
2023-04-11gdb/riscv: Support c.li in prologue unwinderAndrew Burgess3-0/+118
2023-04-07Add Ada test case for break using a labelTom Tromey4-0/+91
2023-04-07[gdb/testsuite] Add -q to INTERNAL_GDBFLAGSTom de Vries8-97/+132
2023-04-07[gdb/testsuite] Add missing .note.GNU-stack in gdb.arch/amd64-disp-step-self-...Tom de Vries2-0/+2
2023-04-07gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.expAndrew Burgess2-2/+4
2023-04-06Fix gdb.base/align-*.exp and Clang + LTO and AIX GCCPedro Alves1-2/+47
2023-04-06gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess1-0/+34
2023-04-06gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess1-0/+6