aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Rename to allow_cplus_tests and allow_stl_testsTom Tromey2023-01-13183-195/+193
| | | | | | | | | This changes skip_cplus_tests to invert the sense, and renames it to allow_cplus_tests. This one also converts skip_stl_tests to allow_stl_tests, as that was convenient to do at the same time.
* Rename to allow_btrace_testsTom Tromey2023-01-1329-43/+43
| | | | | | | | This changes skip_btrace_tests to invert the sense, and renames it to allow_btrace_tests.
* Rename to allow_btrace_pt_testsTom Tromey2023-01-132-16/+16
| | | | | | | | This changes skip_btrace_pt_tests to invert the sense, and renames it to allow_btrace_pt_tests.
* Rename to allow_avx512fp16_testsTom Tromey2023-01-133-14/+14
| | | | | | | | This changes skip_avx512fp16_tests to invert the sense, and renames it to allow_avx512fp16_tests.
* Rename to allow_avx512bf16_testsTom Tromey2023-01-132-13/+13
| | | | | | | | This changes skip_avx512bf16_tests to invert the sense, and renames it to allow_avx512bf16_tests.
* Rename to allow_ada_testsTom Tromey2023-01-13204-207/+207
| | | | | | | | This changes skip_ada_tests to invert the sense, and renames it to allow_ada_tests.
* Rename to allow_aarch64_sve_testsTom Tromey2023-01-133-11/+11
| | | | | | | | This changes skip_aarch64_sve_tests to invert the sense, and renames it to allow_aarch64_sve_tests.
* Rename to allow_xml_testTom Tromey2023-01-1320-25/+24
| | | | | | | | This changes gdb_skip_xml_test to invert the sense, and renames it to allow_xml_test.
* Use "require" for Python testsTom Tromey2023-01-13100-374/+170
| | | | | | | This changes various tests to use "require" for the Python feature.
* Fix latent bug in default_prompt_gdb_startTom Tromey2023-01-131-0/+11
| | | | | | | | | | | | | default_prompt_gdb_start mimics default_gdb_start, but does not set the use_gdb_stub global. This caused one Python test to work only because it used the ordinary gdb_start before later using default_prompt_gdb_start. This patch updates default_prompt_gdb_start to set this global as well.
* Remove mi_skip_python_testsTom Tromey2023-01-134-9/+3
| | | | | | | | | | mi_skip_python_tests was necessary because skip_python_tests used the running gdb, and so needed to know what prompt to expect. Now that skip_python_tests has been rewritten, mi_skip_python_tests is no longer needed.
* Rewrite skip_python_testsTom Tromey2023-01-132-25/+4
| | | | | | | | | This rewrites skip_python_tests to examine the output of "gdb --configuration". This is a bit nicer because it does not require an already-running gdb.
* Use require gnat_runtime_has_debug_infoTom Tromey2023-01-136-24/+6
| | | | | | | This changes some tests to use "require gnat_runtime_has_debug_info".
* Use require !skip_debuginfod_testsTom Tromey2023-01-131-1/+1
| | | | | | | This changes some tests to use "require !skip_debuginfod_tests".
* Use require using_fissionTom Tromey2023-01-132-8/+2
| | | | | | | This changes some tests to use "require using_fission".
* Use require target_can_use_run_cmdTom Tromey2023-01-136-18/+6
| | | | | | | This changes some tests to use "require target_can_use_run_cmd".
* Use require !skip_opencl_testsTom Tromey2023-01-135-20/+5
| | | | | | | This changes some tests to use "require !skip_opencl_tests".
* Use require !skip_perf_testsTom Tromey2023-01-1321-63/+21
| | | | | | | This changes some tests to use "require !skip_perf_tests".
* Use require gdb_trace_common_supports_archTom Tromey2023-01-1328-112/+28
| | | | | | | This changes some tests to use "require gdb_trace_common_supports_arch".
* Use require gdb_skip_xml_testTom Tromey2023-01-1311-44/+11
| | | | | | | This changes some tests to use "require gdb_skip_xml_test".
* Use require !gdb_debug_enabledTom Tromey2023-01-1318-71/+18
| | | | | | | This changes some tests to use "require !gdb_debug_enabled".
* Use require is_c_compiler_gccTom Tromey2023-01-1321-77/+21
| | | | | | | This changes some tests to use "require is_c_compiler_gcc".
* Use require !skip_shlib_testsTom Tromey2023-01-136-10/+12
| | | | | | | | This changes some tests to use "require !skip_shlib_tests". This patch cleans up a few spots that were missed in the earlier patch.
* Use require !skip_gdbserver_testsTom Tromey2023-01-1334-108/+34
| | | | | | | This changes some tests to use "require !skip_gdbserver_tests".
* Use require isnativeTom Tromey2023-01-1316-40/+26
| | | | | | | This changes some tests to use "require isnative".
* Use require can_spawn_for_attachTom Tromey2023-01-1322-69/+22
| | | | | | | This changes some tests to use "require can_spawn_for_attach".
* Use require !use_gdb_stubTom Tromey2023-01-1345-146/+52
| | | | | | | This changes some tests to use "require !use_gdb_stub".
* Use require support_go_compileTom Tromey2023-01-1311-22/+11
| | | | | | | This changes some tests to use "require support_go_compile".
* Use require supports_get_siginfo_typeTom Tromey2023-01-133-12/+3
| | | | | | | This changes some tests to use "require supports_get_siginfo_type".
* Use require can_single_step_to_signal_handlerTom Tromey2023-01-131-4/+1
| | | | | | | This changes some tests to use "require can_single_step_to_signal_handler".
* Use require is_elf_targetTom Tromey2023-01-132-6/+2
| | | | | | | This changes some tests to use "require is_elf_target".
* Use require is_amd64_regs_targetTom Tromey2023-01-134-14/+4
| | | | | | | This changes some tests to use "require is_amd64_regs_target".
* Use require is_aarch32_targetTom Tromey2023-01-137-28/+7
| | | | | | | This changes some tests to use "require is_aarch32_target".
* Use require is_aarch64_targetTom Tromey2023-01-1313-52/+13
| | | | | | | This changes some tests to use "require is_aarch64_target".
* Use require support_displaced_steppingTom Tromey2023-01-1312-50/+12
| | | | | | | This changes some tests to use "require support_displaced_stepping".
* Use require !skip_avx_*Tom Tromey2023-01-133-12/+3
| | | | | | | This changes some tests to use "require" with !skip_avx_*.
* Use require !skip_btrace_testsTom Tromey2023-01-1327-108/+27
| | | | | | | This changes some tests to use "require !skip_btrace_tests".
* Use require !skip_btrace_pt_testsTom Tromey2023-01-131-9/+1
| | | | | | | | This changes some tests to use "require !skip_btrace_pt_tests" and "require !skip_tsx_tests".
* Use require !skip_aarch64_sve_testsTom Tromey2023-01-131-4/+1
| | | | | | | This changes some tests to use "require !skip_aarch64_sve_tests".
* Use require !skip_ifunc_testsTom Tromey2023-01-132-8/+2
| | | | | | | This changes some tests to use "require !skip_ifunc_tests".
* Use require !skip_hw_watchpoint_testsTom Tromey2023-01-1319-56/+20
| | | | | | | This changes some tests to use "require !skip_hw_watchpoint_tests".
* Use require !skip_ctf_testsTom Tromey2023-01-135-20/+5
| | | | | | | This changes some tests to use "require !skip_ctf_tests".
* Use require !skip_d_testsTom Tromey2023-01-135-5/+5
| | | | | | | This changes some tests to use "require !skip_d_tests".
* Use require !skip_go_testsTom Tromey2023-01-1313-13/+13
| | | | | | | This changes some tests to use "require !skip_go_tests".
* Use require !skip_ada_testsTom Tromey2023-01-13202-204/+202
| | | | | | | This changes some tests to use "require !skip_ada_tests".
* Use require !skip_fortran_testsTom Tromey2023-01-1373-81/+73
| | | | | | | This changes some tests to use "require !skip_fortran_tests".
* Use require !skip_rust_testsTom Tromey2023-01-1315-43/+15
| | | | | | | This changes some tests to use "require !skip_rust_tests".
* Use require !skip_stl_testsTom Tromey2023-01-135-5/+5
| | | | | | | This changes some tests to use "require !skip_stl_tests".
* Use require !skip_dlmopen_testsTom Tromey2023-01-131-4/+1
| | | | | | | This changes some tests to use "require !skip_dlmopen_tests".
* Use require !skip_shlib_testsTom Tromey2023-01-1374-238/+75
| | | | | | | This changes some tests to use "require !skip_shlib_tests".