Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp49 struct PlatformShellCommand { struct
50 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function
59 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function
66 std::string m_shell;
67 std::string m_command;
68 std::string m_working_dir;
69 std::string m_output;
70 int m_status = 0;
71 int m_signo = 0;
72 Timeout<std::ratio<1>> m_timeout = std::nullopt;