Searched refs:env_debugserver_path (Results 1 – 2 of 2) sorted by relevance
532 const char *env_debugserver_path = getenv("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess() local533 if (env_debugserver_path) in StartDebugserverProcess()534 debugserver_file_spec.SetFile (env_debugserver_path, false); in StartDebugserverProcess()
2463 const char *env_debugserver_path = getenv("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess() local2464 if (env_debugserver_path) in StartDebugserverProcess()2465 debugserver_file_spec.SetFile (env_debugserver_path, false); in StartDebugserverProcess()