Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1091 char env_var_name[64]; in StartDebugserverProcess() local
1092 snprintf(env_var_name, sizeof(env_var_name), in StartDebugserverProcess()
1094 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess()
1102 __FUNCTION__, env_var_name, extra_arg.c_str()); in StartDebugserverProcess()