Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h17 struct PlatformShellCommand;
90 PlatformShellCommand *m_opaque_ptr;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp52 struct PlatformShellCommand { struct
53 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function
63 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) in PlatformShellCommand() argument
69 ~PlatformShellCommand() = default;
179 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()
185 : m_opaque_ptr(new PlatformShellCommand(shell_command)) { in SBPlatformShellCommand()
192 : m_opaque_ptr(new PlatformShellCommand()) { in SBPlatformShellCommand()