Searched refs:SBPlatformShellCommand (Results 1 – 5 of 5) sorted by relevance
56 class LLDB_API SBPlatformShellCommand {58 SBPlatformShellCommand(const char *shell, const char *shell_command);59 SBPlatformShellCommand(const char *shell_command);61 SBPlatformShellCommand(const SBPlatformShellCommand &rhs);63 SBPlatformShellCommand &operator=(const SBPlatformShellCommand &rhs);65 ~SBPlatformShellCommand();152 SBError Run(SBPlatformShellCommand &shell_command);
95 class LLDB_API SBPlatformShellCommand; variable
166 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() function in SBPlatformShellCommand172 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand177 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand178 const SBPlatformShellCommand &rhs) in SBPlatformShellCommand()185 SBPlatformShellCommand &186 SBPlatformShellCommand::operator=(const SBPlatformShellCommand &rhs) { in operator =()194 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; } in ~SBPlatformShellCommand()196 void SBPlatformShellCommand::Clear() { in Clear()204 const char *SBPlatformShellCommand::GetShell() { in GetShell()212 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell()[all …]
7 ) lldb::SBPlatformShellCommand;
42551 lldb::SBPlatformShellCommand *result = 0 ; in _wrap_new_SBPlatformShellCommand__SWIG_0()42558 …result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((char const *)arg1,(char… in _wrap_new_SBPlatformShellCommand__SWIG_0()42573 lldb::SBPlatformShellCommand *result = 0 ; in _wrap_new_SBPlatformShellCommand__SWIG_1()42578 result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((char const *)arg1); in _wrap_new_SBPlatformShellCommand__SWIG_1()42592 lldb::SBPlatformShellCommand *arg1 = 0 ; in _wrap_new_SBPlatformShellCommand__SWIG_2()42593 lldb::SBPlatformShellCommand *result = 0 ; in _wrap_new_SBPlatformShellCommand__SWIG_2()42602 …result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((lldb::SBPlatformShellCo… in _wrap_new_SBPlatformShellCommand__SWIG_2()42670 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_Clear()42693 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetShell()42717 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetShell()[all …]