Home
last modified time | relevance | path

Searched refs:host_env (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp896 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() local
900 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess()
1063 host_env.lookup("LLDB_DEBUGSERVER_LOG_FILE"); in StartDebugserverProcess()
1078 host_env.lookup("LLDB_SERVER_LOG_CHANNELS"); in StartDebugserverProcess()
1094 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess()
1112 launch_info.GetEnvironment() = host_env; in StartDebugserverProcess()