Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp178 const char *shell_command) in SBPlatformShellCommand()
184 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand()
247 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()
580 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp267 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local