Searched refs:env_var_value (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1473 const char *env_var_value; local
1475 env_var_value = "debug";
1477 env_var_value = "info";
1479 env_var_value = "default";
1481 launch_info.GetEnvironment()["OS_ACTIVITY_MODE"] = env_var_value;

Completed in 194 milliseconds