Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp50 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() argument
165 : 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() argument
210 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()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i68 SetShell(const char *shell_interpreter);