aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Clear board_info entry after waiting for processTom Tromey2-0/+16
2024-02-27Explicitly quit gdb from DAP server threadTom Tromey1-0/+9
2024-02-27Rewrite "python" command exception handlingTom Tromey1-1/+1
2024-02-27[gdb/testsuite] Reset errcnt and warncnt in default_gdb_initTom de Vries1-0/+9
2024-02-26[gdb/testsuite] Dump dap.log.$n to gdb.log when exceptions foundTom de Vries1-0/+3
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang2-8/+8
2024-02-22[gdb/dap] Fix race between dap startup and dap log fileTom de Vries1-0/+10
2024-02-21[gdb/testsuite] Fix error handling in _dap_read_jsonTom de Vries1-4/+23
2024-02-21[gdb/testsuite] Set up dap log file in gdb.dap/type_checker.expTom de Vries1-7/+15
2024-02-12Fix DAP launch and configurationDone requestsTom Tromey1-12/+9
2024-02-12Export dap_initializeTom Tromey1-4/+4
2024-01-25[gdb/testsuite] Fix regexp in vgdb_startTom de Vries1-1/+4
2024-01-22Handle EOF more gracefully in DAPTom Tromey1-2/+2
2024-01-18Rewrite .debug_names readerTom Tromey1-2/+5
2024-01-14[gdb/testsuite] Fix gdb.mi/mi-dprintf.exp with read1Tom de Vries1-3/+8
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess60-60/+60
2024-01-12gdb: add trailing '/' when using 'complete' with directory namesAndrew Burgess1-45/+71
2024-01-02Add gdb_compile options column-info and no-column-infoCarl Love1-0/+34
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen1-4/+9
2023-12-22Check for rogue DAP exceptions in test suiteTom Tromey1-1/+33
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey1-3/+8
2023-12-13gdb: improve error reporting for 'save gdb-index'Andrew Burgess1-43/+70
2023-12-11Rename a couple of DAP procs in the testsuiteTom Tromey1-5/+5
2023-12-06Start abbrevs at 1 in DWARF assemblerTom Tromey1-1/+10
2023-12-05gdb/testsuite: Update worker thread show assertionRichard Bunt1-1/+1
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries1-0/+15
2023-12-01gdb/testsuite: fix completion tests when using READ1Guinevere Larsen1-12/+24
2023-11-28gdb/testsuite: improve test regexp in gdb_get_worker_threadsAndrew Burgess1-1/+1
2023-11-28gdb: generate gdb-index identically regardless of work thread countAndrew Burgess1-0/+15
2023-11-28gdb/testsuite: small refactor in selftest-support.expAndrew Burgess1-9/+23
2023-11-13Testcases for stepping over thread exit syscall (PR gdb/27338)Simon Marchi2-0/+9
2023-11-13gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macroPedro Alves1-18/+32
2023-10-18gdb/testsuite/gdb.rocm: Check value returned by hipDeviceSynchronizeLancelot Six1-1/+2
2023-10-12Fix test suite failure in file-then-restart.expTom Tromey1-10/+15
2023-10-06process-dies-while-detaching.exp: Exit early if GDB misses sync breakpointThiago Jung Bauermann1-2/+2
2023-10-04gdb/testsuite: XFAIL some gdb.base/fileio.expGuinevere Larsen1-0/+20
2023-10-04sme2: Extend SME tests to include SME2Luis Machado1-0/+46
2023-10-04sme: Add SVE/SME testcasesLuis Machado5-0/+819
2023-10-02Add regression test for instructionReference changeTom Tromey1-5/+9
2023-09-29Support the NO_COLOR environment variableTom Tromey2-2/+22
2023-09-15gdb/amdgpu: add precise-memory supportSimon Marchi1-0/+19
2023-09-15gdb/testsuite: add linux target check in allow_hipcc_testsSimon Marchi1-0/+4
2023-09-15gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.expGuinevere Larsen1-0/+14
2023-08-29[gdb/testsuite] Fix false negative in have_host_localeTom de Vries1-0/+2
2023-08-29[gdb/testsuite] Check for sys/random.h in gdb.reverse/getrandom.expTom de Vries1-0/+8
2023-08-24gdb/testsuite: fix gdb.reverse/solib-*.exp tests when using clangGuinevere Larsen1-3/+3
2023-08-23gdb/testsuite: add mi_info_frame helper proc (and use it)Andrew Burgess1-0/+51
2023-08-23gdb/testsuite: improve MI support for inferior specific breakpointsAndrew Burgess1-17/+17
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess2-7/+15
2023-08-02[gdb/dap] Disable DAP for python <= 3.5Tom de Vries1-0/+25