Searched refs:host_env (Results 1 – 2 of 2) sorted by relevance
893 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() local895 host_env.lookup("LLDB_DEBUGSERVER_LOG_FILE"); in StartDebugserverProcess()909 host_env.lookup("LLDB_SERVER_LOG_CHANNELS"); in StartDebugserverProcess()925 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess()943 launch_info.GetEnvironment() = host_env; in StartDebugserverProcess()
3465 Environment host_env = Host::GetEnvironment(); in GetDebugserverPath() local3469 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in GetDebugserverPath()