Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBPlatform.cpp52 struct PlatformShellCommand { struct
53 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function
63 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) in PlatformShellCommand() function
71 std::string m_shell;
72 std::string m_command;
73 std::string m_working_dir;
74 std::string m_output;
75 int m_status;
76 int m_signo;
77 Timeout<std::ratio<1>> m_timeout = llvm::None;