summaryrefslogtreecommitdiff
path: root/gdb/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Special case "&str" in Rust parserTom Tromey2023-05-171-0/+3
* [gdb/tui] Don't show line number for lines not in source fileTom de Vries2023-05-162-16/+20
* Update comments for the gdb/24331 fix.Paul Pluzhnikov2023-05-162-3/+4
* gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess2023-05-161-3/+3
* gdb/testsuite: make gdb_supported_languages a caching procAndrew Burgess2023-05-161-5/+23
* gdb/testsuite: fix regressions in break-main-file-remove-fail.expAndrew Burgess2023-05-161-1/+16
* gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess2023-05-162-38/+220
* gdb/python: rework how the disassembler API reads the result objectAndrew Burgess2023-05-162-40/+12
* Correctly handle forward DIE references in scannerTom Tromey2023-05-151-0/+102
* Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov2023-05-132-1/+16
* Fix regression due to Pragma Import seriesTom Tromey2023-05-123-0/+14
* Handle Ada Pragma Import and Pragma ExportTom Tromey2023-05-128-4/+189
* Implement DAP register scopeTom Tromey2023-05-121-2/+16
* Fix calling debuginfo-less functions in AdaTom Tromey2023-05-125-1/+112
* gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess2023-05-122-0/+13
* gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess2023-05-122-0/+52
* gdb/testsuite: extend special '^' handling to gdb_test_multipleAndrew Burgess2023-05-127-28/+39
* gdb: fix error message for $_gdb_maint_settingAndrew Burgess2023-05-121-0/+15
* [gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32Tom de Vries2023-05-121-7/+45
* [gdb/testsuite] Make is_64_target more robustTom de Vries2023-05-121-1/+8
* [gdb/cli] Fix wrapping for TERM=ansiTom de Vries2023-05-122-12/+0
* Do not print <synthetic pointer> when piece is optimized outTom Tromey2023-05-112-2/+78
* gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.expAaron Merey2023-05-111-1/+1
* Disable out-of-scope watchpointsJohnson Sun2023-05-113-0/+102
* [gdb/tui] Fix tui compact-source a bit moreTom de Vries2023-05-101-15/+28
* gdb/rust: fix crash for expression debug with stringsAndrew Burgess2023-05-101-0/+21
* [gdb/tui] Fix tui compact-sourceTom de Vries2023-05-101-0/+61
* gdb: Avoid warning for the jump command inside an inline function.Felix Willgerodt2023-05-082-0/+74
* Allow pretty-print of static membersTom Tromey2023-05-062-0/+16
* Filter out types from DAP scopes requestTom Tromey2023-05-051-6/+6
* gdb/testsuite: more newline pattern cleanupAndrew Burgess2023-05-055-9/+9
* [gdb/testsuite] Generate long string in gdb.base/page.expTom de Vries2023-05-051-1/+1
* gdb/testsuite: tighten patterns in build-id-no-debug-warning.expAndrew Burgess2023-05-051-2/+4
* [gdb/testsuite] Add gdb.base/wrap-line.expTom de Vries2023-05-051-0/+169
* [gdb/testsuite] Add gdb.tui/wrap-line.expTom de Vries2023-05-052-14/+188
* Revert "gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp"Bruno Larsen2023-05-041-15/+0
* Don't treat references to compound values as "simple".Gareth Rees2023-05-043-1/+130
* gdb.base/watchpoint-unaligned.exp: Always initialize wpoffset_to_wpnumAlexandra Hájková2023-05-021-1/+2
* [gdb/testsuite] Use set in lmap in gdb.dwarf2/dw2-abs-hi-pc.expTom de Vries2023-05-021-1/+1
* gdb/testsuite: compile gdb.linespec/cp-completion-aliases.exp as C++Andrew Burgess2023-05-021-1/+1
* Fix crash in Rust expression parserTom Tromey2023-05-011-0/+1
* [gdb/tui] Fix TUI resizing for TERM=ansiTom de Vries2023-04-302-10/+97
* [gdb/testsuite] Fix gdb.base/readline.exp with stub-termcapTom de Vries2023-04-291-22/+35
* [gdb/testsuite] Fix gdb.ada/excep_handle.exp for updated gdb_testTom de Vries2023-04-291-12/+12
* [gdb/testsuite] Fix gdb.tui/main.exp without TUITom de Vries2023-04-291-0/+2
* gdb/mi: check thread exists when creating thread-specific b/pAndrew Burgess2023-04-291-13/+55
* gdb: make set/show inferior-tty work with $_gdb_setting_strAndrew Burgess2023-04-282-0/+23
* gdb: make set/show cwd work with $_gdb_setting_strAndrew Burgess2023-04-281-0/+9
* gdb: make set/show args work with $_gdb_setting_strAndrew Burgess2023-04-282-0/+122
* Allow strings with printf/evalKeith Seitz2023-04-282-0/+41