Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i71 GetCommand();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h69 const char *GetCommand();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp218 const char *SBPlatformShellCommand::GetCommand() { in GetCommand() function in SBPlatformShellCommand
546 const char *command = shell_command.GetCommand(); in Run()