Home | History | Annotate | Download | only in Target

Lines Matching defs:env

2337     { "env-vars"                           , OptionValue::eTypeDictionary, false, OptionValue::eTypeString  , NULL, NULL, "A list of all the environment variables to be passed to the executable's environment, and their values." },
2338 { "inherit-env" , OptionValue::eTypeBoolean , false, true , NULL, NULL, "Inherit the environment from the process that is running LLDB." },
2455 StringList env;
2456 if (platform_sp->GetEnvironment(env))
2462 const size_t envc = env.GetSize();
2465 const char *env_entry = env.GetStringAtIndex (idx);
2617 TargetProperties::GetEnvironmentAsArgs (Args &env) const
2620 return m_collection_sp->GetPropertyAtIndexAsArgs (NULL, idx, env);