cpython/Lib/test/test_gdb
Victor Stinner 1de9406f91
gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331)
CFunctionFullTests now also runs "bt" command before "py-bt-full",
similar to CFunctionTests which also runs "bt" command before
"py-bt". So test_gdb can skip the test if patterns like "?? ()" are
found in the gdb output.
2023-10-04 08:57:35 +00:00
..
__init__.py
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