Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp917 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() local
921 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess()
1084 host_env.lookup("LLDB_DEBUGSERVER_LOG_FILE"); in StartDebugserverProcess()
1099 host_env.lookup("LLDB_SERVER_LOG_CHANNELS"); in StartDebugserverProcess()
1115 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess()
1133 launch_info.GetEnvironment() = host_env; in StartDebugserverProcess()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1450 char **host_env = *_NSGetEnviron(); in main() local
1453 for (i = 0; (env_entry = host_env[i]) != NULL; ++i) in main()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm254 Environment host_env = Host::GetEnvironment();
257 auto host_entry = host_env.find(KV.first());
258 if (host_entry == host_env.end() || host_entry->second != KV.second)