Searched refs:SBPlatformShellCommand (Results 1 – 5 of 5) sorted by relevance
163 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() function in SBPlatformShellCommand169 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand174 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand175 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 …]
52 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);
50 ) SBPlatformShellCommand;51 class SBPlatformShellCommand54 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);
65 …t 301 /python_reference/lldb.SBPlatformShellCommand-class.html https://lldb.llvm.org/python_api/ll…
690 shell_cmd = lldb.SBPlatformShellCommand(1650 shell_command = lldb.SBPlatformShellCommand(cmd)