Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp163 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() function in SBPlatformShellCommand
169 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand
174 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand
175 const SBPlatformShellCommand &rhs) in SBPlatformShellCommand()
182 SBPlatformShellCommand &
183 SBPlatformShellCommand::operator=(const SBPlatformShellCommand &rhs) { in operator =()
191 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; } in ~SBPlatformShellCommand()
193 void SBPlatformShellCommand::Clear() { in Clear()
201 const char *SBPlatformShellCommand::GetShell() { in GetShell()
209 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h52 class LLDB_API SBPlatformShellCommand {
54 SBPlatformShellCommand(const char *shell, const char *shell_command);
55 SBPlatformShellCommand(const char *shell_command);
57 SBPlatformShellCommand(const SBPlatformShellCommand &rhs);
59 SBPlatformShellCommand &operator=(const SBPlatformShellCommand &rhs);
61 ~SBPlatformShellCommand();
148 SBError Run(SBPlatformShellCommand &shell_command);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i50 ) SBPlatformShellCommand;
51 class SBPlatformShellCommand
54 SBPlatformShellCommand (const char *shell, const char *shell_command);
55 SBPlatformShellCommand (const char *shell_command);
57 SBPlatformShellCommand (const SBPlatformShellCommand &rhs);
59 ~SBPlatformShellCommand();
193 Run (lldb::SBPlatformShellCommand &shell_command);
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess65 …t 301 /python_reference/lldb.SBPlatformShellCommand-class.html https://lldb.llvm.org/python_api/ll…
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py690 shell_cmd = lldb.SBPlatformShellCommand(
1650 shell_command = lldb.SBPlatformShellCommand(cmd)