Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp54 struct PlatformShellCommand { struct
55 PlatformShellCommand(const char *shell_command = NULL) : in PlatformShellCommand() argument
66 ~PlatformShellCommand() in ~PlatformShellCommand() argument
170 m_opaque_ptr(new PlatformShellCommand(shell_command)) in SBPlatformShellCommand()
175 m_opaque_ptr(new PlatformShellCommand()) in SBPlatformShellCommand()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBPlatform.h16 struct PlatformShellCommand;
100 PlatformShellCommand *m_opaque_ptr;