Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArgs.h265 static std::string GetShellSafeArgument(const FileSpec &shell,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp327 std::string safe_arg = Args::GetShellSafeArgument(m_shell, argv[i]); in ConvertArgumentsForLaunchingInShell()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArgs.cpp385 std::string Args::GetShellSafeArgument(const FileSpec &shell, in GetShellSafeArgument() function in Args