Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dfork-child.c127 char *shell_command; in fork_inferior() local
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp259 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local
/openbsd-src/usr.bin/tmux/
H A Dtmux.c48 const char *shell_command; variable