Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp164 const char *shell_command) in SBPlatformShellCommand()
169 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand()
226 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()
542 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp259 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local