Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp893 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() local
895 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()
H A DProcessGDBRemote.cpp3465 Environment host_env = Host::GetEnvironment(); in GetDebugserverPath() local
3469 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in GetDebugserverPath()