Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp169 SBPlatformShellCommand::SBPlatformShellCommand (const char *shell_command) : in SBPlatformShellCommand() function in SBPlatformShellCommand
174 SBPlatformShellCommand::SBPlatformShellCommand (const SBPlatformShellCommand &rhs) : in SBPlatformShellCommand() function in SBPlatformShellCommand
180 SBPlatformShellCommand::~SBPlatformShellCommand() in ~SBPlatformShellCommand()
186 SBPlatformShellCommand::Clear() in Clear()
194 SBPlatformShellCommand::GetCommand() in GetCommand()
202 SBPlatformShellCommand::SetCommand(const char *shell_command) in SetCommand()
211 SBPlatformShellCommand::GetWorkingDirectory () in GetWorkingDirectory()
219 SBPlatformShellCommand::SetWorkingDirectory (const char *path) in SetWorkingDirectory()
228 SBPlatformShellCommand::GetTimeoutSeconds () in GetTimeoutSeconds()
234 SBPlatformShellCommand::SetTimeoutSeconds (uint32_t sec) in SetTimeoutSeconds()
[all …]
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBPlatform.h58 class SBPlatformShellCommand
61 SBPlatformShellCommand (const char *shell_command);
63 SBPlatformShellCommand (const SBPlatformShellCommand &rhs);
65 ~SBPlatformShellCommand();
171 Run (SBPlatformShellCommand &shell_command);