cpython/Lib/test/test_gdb
Victor Stinner 920b3dfaca
gh-110995: Fix test_gdb check_usable_gdb() (#110998)
Fix detection of gdb built without Python scripting support.

* check_usable_gdb() doesn't check gdb exit code when calling
  run_gdb().
* Use shutil.which() to get the path to the gdb program.
2023-10-17 20:19:14 +02:00
..
__init__.py Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
gdb_sample.py
test_backtrace.py
test_cfunction.py
test_cfunction_full.py gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331) 2023-10-04 08:57:35 +00:00
test_misc.py
test_pretty_print.py
util.py gh-110995: Fix test_gdb check_usable_gdb() (#110998) 2023-10-17 20:19:14 +02:00