Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp417 Args shell_arguments; in ConvertArgumentsForLaunchingInShell() local
419 shell_arguments.AppendArgument (shell_executable.c_str()); in ConvertArgumentsForLaunchingInShell()
422 shell_arguments.AppendArgument("/C"); in ConvertArgumentsForLaunchingInShell()
424 shell_arguments.AppendArgument("-c"); in ConvertArgumentsForLaunchingInShell()
504 shell_arguments.AppendArgument (shell_command.GetString().c_str()); in ConvertArgumentsForLaunchingInShell()
506 m_arguments = shell_arguments; in ConvertArgumentsForLaunchingInShell()