Searched refs:shell_interpreter (Results 1 – 2 of 2) sorted by relevance
50 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand()52 if (!shell_interpreter.empty()) in PlatformShellCommand()53 m_shell = shell_interpreter.str(); in PlatformShellCommand()163 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() argument165 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()166 LLDB_INSTRUMENT_VA(this, shell_interpreter, shell_command); in SBPlatformShellCommand()209 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell() argument210 LLDB_INSTRUMENT_VA(this, shell_interpreter); in SetShell()212 if (shell_interpreter && shell_interpreter[0]) in SetShell()213 m_opaque_ptr->m_shell = shell_interpreter; in SetShell()
68 SetShell(const char *shell_interpreter);