Home
last modified time | relevance | path

Searched refs:SBPlatformShellCommand (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp140 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand
143 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand
144 const SBPlatformShellCommand &rhs) in SBPlatformShellCommand()
149 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; } in ~SBPlatformShellCommand()
151 void SBPlatformShellCommand::Clear() { in Clear()
157 const char *SBPlatformShellCommand::GetCommand() { in GetCommand()
170 const char *SBPlatformShellCommand::GetWorkingDirectory() { in GetWorkingDirectory()
183 uint32_t SBPlatformShellCommand::GetTimeoutSeconds() { in GetTimeoutSeconds()
189 void SBPlatformShellCommand::SetTimeoutSeconds(uint32_t sec) { in SetTimeoutSeconds()
200 const char *SBPlatformShellCommand::GetOutput() { in GetOutput()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h53 class LLDB_API SBPlatformShellCommand {
55 SBPlatformShellCommand(const char *shell_command);
57 SBPlatformShellCommand(const SBPlatformShellCommand &rhs);
59 ~SBPlatformShellCommand();
134 SBError Run(SBPlatformShellCommand &shell_command);