aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-07-21Add instruction bytes to DAP disassembly responseTom Tromey1-0/+9
2023-07-21[gdb/symtab] Add optimized out static var to cooked indexTom de Vries4-0/+156
2023-07-21[gdb/tui] Fix superfluous newline for long promptTom de Vries1-17/+1
2023-07-19Fix gdb.Inferior.read_memory without execution (PR dap/30644)Pedro Alves2-0/+11
2023-07-19[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5.0Tom de Vries1-1/+5
2023-07-17gdb/testsuite: remove use of sleep from gdb.base/foll-vfork.expAndrew Burgess1-48/+0
2023-07-17gdb/testsuite: expand gdb.base/foll-vfork.expAndrew Burgess1-337/+304
2023-07-17gdb: catch more errors in gdb.base/foll-vfork.expAndrew Burgess1-2/+8
2023-07-16[gdb/testsuite] Handle has_native_target in gdb.testsuite/gdb-caching-proc-co...Tom de Vries1-0/+1
2023-07-15gdb: style filenames in separate debug file warningsAndrew Burgess2-3/+54
2023-07-15[gdb/testsuite] Fix gdb.dwarf2/forward-spec.exp with read1Tom de Vries1-2/+2
2023-07-14Use correct inferior in Inferior.read_memory et alTom Tromey1-0/+27
2023-07-14Rename Python variable in py-inferior.expTom Tromey1-5/+6
2023-07-14Refactor py-inferior.expTom Tromey1-14/+29
2023-07-14Minor cleanups in py-inferior.expTom Tromey1-4/+3
2023-07-14Test that native targets can read a tdesc without a process attached.John Baldwin1-0/+27
2023-07-14Add a have_native_target helper function for use with require.John Baldwin2-17/+15
2023-07-14gdb/cli: Improve UX when using list with no argsBruno Larsen1-4/+4
2023-07-14gdb/cli: add '.' as an argument for 'list' commandBruno Larsen2-1/+40
2023-07-13Implement 'Enum_Val and 'Enum_RepTom Tromey1-0/+5
2023-07-11Remove some TODOs from gdb.cp testsTom Tromey5-99/+15
2023-07-10Update TUI window title when changedTom Tromey2-0/+9
2023-07-10Add Ada scope test for DAPTom Tromey4-0/+154
2023-07-10Handle typedefs in no-op pretty printersTom Tromey1-3/+3
2023-07-10Reimplement DAP stack traces using frame filtersTom Tromey1-1/+2
2023-07-10gdb/testsuite: avoid stack addresses in test namesAndrew Burgess1-1/+2
2023-07-10gdb/testsuite: return after reporting a test unsupportedAndrew Burgess1-0/+1
2023-07-10gdb: include location number in breakpoint error messageAndrew Burgess2-12/+34
2023-07-10gdb/testsuite: Testing with the nvfortran compilerRichard Bunt2-8/+22
2023-07-07gdb/cp-namespace.c: Fix assert failure caused by malformed user inputAaron Merey1-0/+6
2023-07-07Fix result of DAP setExpressionTom Tromey1-1/+1
2023-07-07gdb: check max-value-size when reading strings for printfAndrew Burgess5-0/+45
2023-07-07gdb: fix printf of wchar_t early in a gdb sessionAndrew Burgess2-0/+52
2023-07-07gdb/testsuite: fix license on recently added fileAndrew Burgess1-3/+2
2023-07-04gdb: add __repr__() implementation to a few Python typesMatheus Branco Borella7-13/+169
2023-07-03gdb: handle core files with .reg/0 section namesAndrew Burgess1-1/+11
2023-07-03gdb/testsuite: add test for core file with a 0 pidAndrew Burgess2-0/+63
2023-06-28Fix handling of DW_TAG_unspecified_type for AdaTom Tromey1-0/+5
2023-06-23gdb/testsuite: Avoid infinite loop in gdb.reverse/step-reverse.expThiago Jung Bauermann1-3/+25
2023-06-22gdb/testsuite: fix gdb.python/py-unwind.exp with python >= 3.11Ilya Leoshkevich1-1/+3
2023-06-22[gdb/testsuite] Clean or check standard_output_file dir in gdb_initTom de Vries2-5/+41
2023-06-22Implement DAP "hover" contextTom Tromey2-0/+100
2023-06-22Implement DAP logging breakpointsTom Tromey2-0/+82
2023-06-22Handle supportsVariablePaging in DAPTom Tromey2-8/+19
2023-06-22Handle exceptions when creating DAP breakpointsTom Tromey2-7/+36
2023-06-22Fix type of DAP hitConditionTom Tromey1-1/+1
2023-06-21[gdb/testsuite] Add have_host_localeTom de Vries7-0/+42
2023-06-21[gdb/testsuite] Fix gdb.tui/wrap-line.expTom de Vries1-2/+8
2023-06-21[gdb/testsuite] Reimplement Term::command_no_prompt_prefixTom de Vries1-3/+17
2023-06-21[gdb/testsuite] Make Term::wait_for "" match only a promptTom de Vries2-0/+17