Home
last modified time | relevance | path

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

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