Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp52 struct PlatformShellCommand { struct
53 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() argument
62 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function
69 std::string m_shell;
70 std::string m_command;
71 std::string m_working_dir;
72 std::string m_output;
73 int m_status = 0;
74 int m_signo = 0;
75 Timeout<std::ratio<1>> m_timeout = std::nullopt;