Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBPlatform.cpp168 const char *shell_command) in SBPlatformShellCommand() argument
173 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() argument
230 SetCommand(const char * shell_command) SetCommand() argument
546 Run(SBPlatformShellCommand & shell_command) Run() argument
[all...]
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp255 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local