Searched refs:shell_command (Results 1 – 4 of 4) sorted by relevance
54 llvm::StringRef shell_command) in PlatformShellCommand()59 if (!m_shell.empty() && !shell_command.empty()) in PlatformShellCommand()60 m_command = shell_command.str(); in PlatformShellCommand()65 if (!shell_command.empty()) in PlatformShellCommand()66 m_command = shell_command.str(); in PlatformShellCommand()187 shell_command); in SBPlatformShellCommand()249 shell_command); in SetCommand()251 if (shell_command && shell_command[0]) in SetCommand()252 m_opaque_ptr->m_command = shell_command; in SetCommand()597 &shell_command.m_opaque_ptr->m_status, in Run()[all …]
267 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local296 shell_command.PutCString(new_path); in ConvertArgumentsForLaunchingInShell()301 shell_command.PutCString("exec"); in ConvertArgumentsForLaunchingInShell()311 shell_command.Printf(" /usr/bin/arch -arch %s", in ConvertArgumentsForLaunchingInShell()330 shell_command.Printf("%s", argv[0]); in ConvertArgumentsForLaunchingInShell()337 shell_command.PutCString(" "); in ConvertArgumentsForLaunchingInShell()338 shell_command.PutCString(safe_arg); in ConvertArgumentsForLaunchingInShell()341 shell_arguments.AppendArgument(shell_command.GetString()); in ConvertArgumentsForLaunchingInShell()
54 SBPlatformShellCommand (const char *shell, const char *shell_command);55 SBPlatformShellCommand (const char *shell_command);74 SetCommand(const char *shell_command);190 Run (lldb::SBPlatformShellCommand &shell_command);
54 SBPlatformShellCommand(const char *shell, const char *shell_command);55 SBPlatformShellCommand(const char *shell_command);71 void SetCommand(const char *shell_command);146 SBError Run(SBPlatformShellCommand &shell_command);