Home
last modified time | relevance | path

Searched defs:PlatformShellCommand (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp54 struct PlatformShellCommand { struct
55 PlatformShellCommand(const char *shell_command = NULL) : in PlatformShellCommand() function
66 ~PlatformShellCommand() in ~PlatformShellCommand() argument
70 std::string m_command;
71 std::string m_working_dir;
72 std::string m_output;
73 int m_status;
74 int m_signo;
75 uint32_t m_timeout_sec;