Home
last modified time | relevance | path

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

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