Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp897 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() local
901 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess()
1064 host_env.lookup("LLDB_DEBUGSERVER_LOG_FILE"); in StartDebugserverProcess()
1079 host_env.lookup("LLDB_SERVER_LOG_CHANNELS"); in StartDebugserverProcess()
1095 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess()
1113 launch_info.GetEnvironment() = host_env; in StartDebugserverProcess()