Home
last modified time | relevance | path

Searched defs:environment (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp67 std::vector<char> environment; in LaunchProcess() local
/llvm-project/llvm/utils/lit/lit/
H A DTestingConfig.py164 __init__( self, parent, name, suffixes, test_format, environment, substitutions, unsupported, test_exec_root, test_source_root, excludes, available_features, pipefail, limit_to_features=[], is_early=False, parallelism_group=None, standalone_tests=False, ) global() argument
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp1300 llvm::json::Object environment; CreateRunInTerminalReverseRequest() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1194 ParseOSType(llvm::StringRef value,std::string & os_name,std::string & environment) ParseOSType() argument
1226 std::string environment; GetHostInfo() local
2136 std::string environment; GetCurrentProcessInfo() local
[all...]
/llvm-project/lldb/source/Target/
H A DTarget.cpp4404 Environment environment; GetInheritedEnvironment() local
4435 Environment environment; GetTargetEnvironment() local
[all...]
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2236 Environment environment; in GetEnvironment() local
2244 void AddEnvironmentVariables(const Environment &environment) { in AddEnvironmentVariables() argument