aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-06-07Fix PR30369 regression on aarch64/arm (PR30506)Tom de Vries1-6/+6
2023-06-07[gdb/testsuite] Add missing wait in gdb.python/tui-window-disabled.expTom de Vries1-0/+3
2023-06-07[gdb/testsuite] Fix two typos in gdb.python/tui-window-disabled.expTom de Vries1-2/+2
2023-06-07[gdb/testsuite] Handle output after prompt in gdb.threads/step-N-all-progress...Tom de Vries1-1/+1
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess6-2/+433
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries3-3/+3
2023-06-05[gdb] Fix more typosTom de Vries2-2/+2
2023-06-03[gdb] Fix typosTom de Vries23-28/+28
2023-05-31[gdb/testsuite] Fix gdb.tui/wrap-line.exp with --disable-tuiTom de Vries1-2/+4
2023-05-31[gdb/testsuite] Fix gdb.tui/pr30056.exp for native-extended-gdbserverTom de Vries1-0/+31
2023-05-31[gdb/tui] Fix fingerprint for cmd-only layoutTom de Vries1-0/+9
2023-05-30gdb: add support for %V to printf commandAndrew Burgess2-1/+40
2023-05-30[gdb] Mention --with/without-system-readline for --configurationTom de Vries2-0/+12
2023-05-29[gdb/testsuite] Fix linefeed scrolling in tuitermTom de Vries2-1/+15
2023-05-29gdb/mi: fix ^running record with multiple MI interpretersSimon Marchi3-8/+92
2023-05-28[readline] Fix double free in _rl_scxt_disposeTom de Vries1-0/+52
2023-05-26[gdb/testsuite] Add test-case gdb.tui/color-prompt.expTom de Vries3-3/+88
2023-05-26[gdb/testsuite] Add invisible and blinking attributes in tuitermTom de Vries2-0/+22
2023-05-26[gdb/testsuite] Fix reverse attribute in tuitermTom de Vries2-1/+37
2023-05-24gdb/testsuite: fix race in gdb.server/multi-ui-errors.expAndrew Burgess1-1/+1
2023-05-24gdb, infcmd: Support jump command with same line in multiple symtabsMatti Puputti4-0/+138
2023-05-24Add "args" and "env" parameters to DAP launch requestTom Tromey3-9/+148
2023-05-24Add attributes and methods to gdb.InferiorTom Tromey2-0/+40
2023-05-23Handle DAP evaluate request without a frame IDTom Tromey2-0/+86
2023-05-23Add global_context parameter to gdb.parse_and_evalTom Tromey2-0/+8
2023-05-23Implement DAP loadedSources requestTom Tromey1-0/+3
2023-05-23Implement gdb.execute_miTom Tromey2-0/+59
2023-05-23gdb/testsuite: change hardcoded assembly in gdb.arch/disp-step-insn-reloc.expBruno Larsen1-4/+2
2023-05-22[gdb/testsuite] Add Term::get_line_with_attrsTom de Vries2-7/+59
2023-05-22[gdb/testsuite] Factor out Term::_reset_attrsTom de Vries1-12/+14
2023-05-19gdb: Remove redundant frame switchingRichard Bunt1-0/+12
2023-05-19gdb/testsuite: test for a function with no line tableAndrew Burgess2-0/+154
2023-05-19gdb/breakpoint: use warning function instead of gdb_printfAndrew Burgess2-3/+3
2023-05-19gdb/testsuite: handle older Python versions in gdb.python/py-disasm.expAndrew Burgess1-5/+15
2023-05-18gdb.fortran/lbound-ubound.exp: read expected lbound and ubound from function ...Simon Marchi2-68/+18
2023-05-18[gdb/testsuite] Fix whitespace and indentation in lib/tuiterm.expTom de Vries1-48/+48
2023-05-17Special case "&str" in Rust parserTom Tromey1-0/+3
2023-05-16[gdb/tui] Don't show line number for lines not in source fileTom de Vries2-16/+20
2023-05-16Update comments for the gdb/24331 fix.Paul Pluzhnikov2-3/+4
2023-05-16gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess1-3/+3
2023-05-16gdb/testsuite: make gdb_supported_languages a caching procAndrew Burgess1-5/+23
2023-05-16gdb/testsuite: fix regressions in break-main-file-remove-fail.expAndrew Burgess1-1/+16
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess2-38/+220
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess2-40/+12
2023-05-15Correctly handle forward DIE references in scannerTom Tromey1-0/+102
2023-05-13Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov2-1/+16
2023-05-12Fix regression due to Pragma Import seriesTom Tromey3-0/+14
2023-05-12Handle Ada Pragma Import and Pragma ExportTom Tromey8-4/+189
2023-05-12Implement DAP register scopeTom Tromey1-2/+16
2023-05-12Fix calling debuginfo-less functions in AdaTom Tromey5-1/+112