HomeSort by relevance Sort by last modified time
    Searched refs:gdbpy_version (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 31 gdbpy_version, _ = p.communicate()
32 if gdbpy_version == '':
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 52 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print sys.version_info")
53 if not gdbpy_version:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 52 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print sys.version_info")
53 if not gdbpy_version:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 52 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print sys.version_info")
53 if not gdbpy_version:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 52 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print sys.version_info")
53 if not gdbpy_version:
  /external/python/cpython2/Lib/test/
test_gdb.py 86 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print(sys.version_info)")
87 if not gdbpy_version:
    [all...]
  /external/python/cpython3/Lib/test/
test_gdb.py 89 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print(sys.version_info)")
90 if not gdbpy_version:
    [all...]

Completed in 1184 milliseconds