aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-07-26[gdb/testsuite] Fix gdb.python/py-thread-exited.expTom de Vries1-1/+3
2023-07-26[gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.expTom de Vries3-9/+8
2023-07-26[gdb/tui] Fix secondary promptTom de Vries1-0/+38
2023-07-26[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5...Tom de Vries1-7/+9
2023-07-26[gdb/testsuite] Fix regexps in gdb.base/step-over-syscall.expTom de Vries1-4/+4
2023-07-23gdb/testsuite: replace $testfile with $binfile in one caseAndrew Burgess1-1/+1
2023-07-22[gdb/testsuite] Improve gdb.arch/arm-pthread_cond_timedwait-bt.expTom de Vries1-3/+6
2023-07-22[gdb/testsuite] Use proc readnow in two test-casesTom de Vries2-14/+8
2023-07-21Fix crash with DW_FORM_implicit_constTom Tromey2-1/+5
2023-07-21Implement DAP modules requestTom Tromey3-0/+142
2023-07-21Add Progspace.objfile_for_addressTom Tromey1-0/+7
2023-07-21Implement Ada target name symbolTom Tromey1-0/+15
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