Searched refs:gdbpy_version (Results 1 – 2 of 2) sorted by relevance
87 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print(sys.version_info)") variable88 if not gdbpy_version:
106 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print(sys.version_info)") variable107 if not gdbpy_version: