Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DProcess.cpp519 Args shell_arguments; in ConvertArgumentsForLaunchingInShell() local
521 shell_arguments.AppendArgument (shell_executable); in ConvertArgumentsForLaunchingInShell()
522 shell_arguments.AppendArgument ("-c"); in ConvertArgumentsForLaunchingInShell()
597 shell_arguments.AppendArgument (shell_command.GetString().c_str()); in ConvertArgumentsForLaunchingInShell()
599 m_arguments = shell_arguments; in ConvertArgumentsForLaunchingInShell()