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);
91 class LLDB_API SBPlatformShellCommand; variable
167 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() function in SBPlatformShellCommand173 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand178 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand179 const SBPlatformShellCommand &rhs) in SBPlatformShellCommand()186 SBPlatformShellCommand &187 SBPlatformShellCommand::operator=(const SBPlatformShellCommand &rhs) { in operator =()195 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; } in ~SBPlatformShellCommand()197 void SBPlatformShellCommand::Clear() { in Clear()205 const char *SBPlatformShellCommand::GetShell() { in GetShell()273 int SBPlatformShellCommand::GetSignal() { in GetSignal()[all …]
7 ) lldb::SBPlatformShellCommand;
40186 …result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((lldb::SBPlatformShellCo… in _wrap_new_SBPlatformShellCommand__SWIG_2()40254 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_Clear()40277 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetShell()40301 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetShell()40327 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetCommand()40351 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetCommand()40377 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetWorkingDirectory()40401 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetWorkingDirectory()40427 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetTimeoutSeconds()40451 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetTimeoutSeconds()[all …]