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 52 of file SBPlatform.cpp.
|
inline |
Definition at line 53 of file SBPlatform.cpp.
|
inline |
Definition at line 62 of file SBPlatform.cpp.
References m_command.
|
default |
std::string PlatformShellCommand::m_command |
Definition at line 70 of file SBPlatform.cpp.
Referenced by PlatformShellCommand(), and PlatformShellCommand().
std::string PlatformShellCommand::m_output |
Definition at line 72 of file SBPlatform.cpp.
Referenced by lldb::SBPlatform::Run().
std::string PlatformShellCommand::m_shell |
Definition at line 69 of file SBPlatform.cpp.
Referenced by PlatformShellCommand(), and lldb::SBPlatform::Run().
int PlatformShellCommand::m_signo = 0 |
Definition at line 74 of file SBPlatform.cpp.
Referenced by lldb::SBPlatform::Run().
int PlatformShellCommand::m_status = 0 |
Definition at line 73 of file SBPlatform.cpp.
Referenced by lldb::SBPlatform::Run().
Timeout<std::ratio<1> > PlatformShellCommand::m_timeout = std::nullopt |
Definition at line 75 of file SBPlatform.cpp.
Referenced by lldb::SBPlatform::Run().
std::string PlatformShellCommand::m_working_dir |
Definition at line 71 of file SBPlatform.cpp.