Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp167 const char *shell_command) in SBPlatformShellCommand()
172 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand()
229 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()
543 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp255 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local