aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-01Respect supportsMemoryReferences in DAPTom Tromey1-1/+2
2023-08-01Add "cwd" parameter to DAP launch requestTom Tromey1-0/+5
2023-08-01Refactor dap_launchTom Tromey1-26/+41
2023-07-31[gdb/testsuite] Set TSAN_OPTIONS by default to history_size=7Tom de Vries1-0/+8
2023-07-31gdb/testsuite/rocm: Add the hip_devices_support_debug_multi_process procLancelot Six1-0/+20
2023-07-31Set PYTHONMALLOC in the test suiteTom Tromey1-0/+4
2023-07-21Fix crash with DW_FORM_implicit_constTom Tromey1-0/+4
2023-07-14Add a have_native_target helper function for use with require.John Baldwin1-0/+14
2023-07-10gdb/testsuite: Testing with the nvfortran compilerRichard Bunt2-8/+22
2023-07-07gdb: check max-value-size when reading strings for printfAndrew Burgess1-0/+30
2023-06-22[gdb/testsuite] Clean or check standard_output_file dir in gdb_initTom de Vries1-0/+41
2023-06-22Handle supportsVariablePaging in DAPTom Tromey1-1/+2
2023-06-21[gdb/testsuite] Add have_host_localeTom de Vries1-0/+36
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 Vries1-0/+4
2023-06-19Revert "[gdb/testsuite] Clean standard_output_file dir in gdb_init"Tom de Vries1-3/+0
2023-06-19[gdb/testsuite] Add shared_gnat_runtime_has_debug_infoTom de Vries1-2/+25
2023-06-18[gdb/testsuite] Clean standard_output_file dir in gdb_initTom de Vries1-0/+3
2023-06-13[gdb/testsuite] Fix and add prompt anchoring in tuitermTom de Vries1-2/+2
2023-06-13[gdb/testsuite] Allow procs with default value args in with_overrideTom de Vries1-2/+18
2023-06-12gdb/testsuite: Testing with the armflang compilerRichard Bunt1-1/+4
2023-06-12Add "stop at main" extension to DAP launch requestTom Tromey1-2/+7
2023-06-12Add "target" parameter to DAP attach requestTom Tromey1-0/+11
2023-06-12Handle DAP supportsVariableType capabilityTom Tromey1-1/+3
2023-06-12Implement DAP attach requestTom Tromey1-3/+16