LLDB mainline
|
Public Member Functions | |
PlatformShellCommand (llvm::StringRef shell_interpreter, llvm::StringRef shell_command) | |
PlatformShellCommand (llvm::StringRef shell_command=llvm::StringRef()) | |
~PlatformShellCommand ()=default | |
Public Attributes | |
std::string | m_shell |
std::string | m_command |
std::string | m_working_dir |
std::string | m_output |
int | m_status = 0 |
int | m_signo = 0 |
Timeout< std::ratio< 1 > > | m_timeout = std::nullopt |
Definition at line 53 of file SBPlatform.cpp.
|
inline |
Definition at line 54 of file SBPlatform.cpp.
|
inline |
Definition at line 63 of file SBPlatform.cpp.
References m_command.
|
default |
std::string PlatformShellCommand::m_command |
Definition at line 71 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformShellCommand::GetCommand(), PlatformShellCommand(), and lldb::SBPlatformShellCommand::SetCommand().
std::string PlatformShellCommand::m_output |
Definition at line 73 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformShellCommand::Clear(), lldb::SBPlatformShellCommand::GetOutput(), and lldb::SBPlatform::Run().
std::string PlatformShellCommand::m_shell |
Definition at line 70 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformShellCommand::GetShell(), PlatformShellCommand(), lldb::SBPlatform::Run(), and lldb::SBPlatformShellCommand::SetShell().
int PlatformShellCommand::m_signo = 0 |
Definition at line 75 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformShellCommand::Clear(), lldb::SBPlatformShellCommand::GetSignal(), and lldb::SBPlatform::Run().
int PlatformShellCommand::m_status = 0 |
Definition at line 74 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformShellCommand::Clear(), lldb::SBPlatformShellCommand::GetStatus(), and lldb::SBPlatform::Run().
Timeout<std::ratio<1> > PlatformShellCommand::m_timeout = std::nullopt |
Definition at line 76 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformShellCommand::GetTimeoutSeconds(), lldb::SBPlatform::Run(), and lldb::SBPlatformShellCommand::SetTimeoutSeconds().
std::string PlatformShellCommand::m_working_dir |
Definition at line 72 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformShellCommand::GetWorkingDirectory(), and lldb::SBPlatformShellCommand::SetWorkingDirectory().