We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe7c49 commit d818434Copy full SHA for d818434
lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
@@ -21,6 +21,7 @@ def rosetta_debugserver_installed():
21
import platform
22
version = platform.mac_ver()
23
# Workaround for an undiagnosed problem on green dragon.
24
+ print(version)
25
if version[0] and version[0][0] == '15' and version[0][1] == '5':
26
return False
27
return exists("/Library/Apple/usr/libexec/oah/debugserver")
0 commit comments