Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp54 struct PlatformShellCommand { struct
55 PlatformShellCommand(const char *shell_command = NULL) in PlatformShellCommand() argument
61 ~PlatformShellCommand() {} in ~PlatformShellCommand() argument
63 std::string m_command;
64 std::string m_working_dir;
65 std::string m_output;
66 int m_status;
67 int m_signo;
68 Timeout<std::ratio<1>> m_timeout = llvm::None;