Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBPlatform.cpp53 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand()
56 if (!shell_interpreter.empty()) in PlatformShellCommand()
57 m_shell = shell_interpreter.str(); in PlatformShellCommand()
177 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() argument
179 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()
181 shell_interpreter, shell_command); in SBPlatformShellCommand()
229 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell() argument
231 shell_interpreter); in SetShell()
233 if (shell_interpreter && shell_interpreter[0]) in SetShell()
234 m_opaque_ptr->m_shell = shell_interpreter; in SetShell()
/external/llvm-project/lldb/bindings/interface/
DSBPlatform.i62 SetShell(const char *shell_interpreter);