Home
last modified time | relevance | path

Searched refs:shell_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp59 if (!m_shell.empty() && !shell_command.empty()) in PlatformShellCommand()
60 m_command = shell_command.str(); in PlatformShellCommand()
64 if (!shell_command.empty()) in PlatformShellCommand()
65 m_command = shell_command.str(); in PlatformShellCommand()
175 LLDB_INSTRUMENT_VA(this, shell_command); in SBPlatformShellCommand()
231 LLDB_INSTRUMENT_VA(this, shell_command); in SetCommand()
233 if (shell_command && shell_command[0]) in SetCommand()
234 m_opaque_ptr->m_command = shell_command; in SetCommand()
547 LLDB_INSTRUMENT_VA(this, shell_command); in Run()
563 &shell_command.m_opaque_ptr->m_status, in Run()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp255 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local
284 shell_command.PutCString(new_path); in ConvertArgumentsForLaunchingInShell()
289 shell_command.PutCString("exec"); in ConvertArgumentsForLaunchingInShell()
299 shell_command.Printf(" /usr/bin/arch -arch %s", in ConvertArgumentsForLaunchingInShell()
318 shell_command.Printf("%s", argv[0]); in ConvertArgumentsForLaunchingInShell()
327 shell_command.PutCString(" "); in ConvertArgumentsForLaunchingInShell()
328 shell_command.PutCString(safe_arg); in ConvertArgumentsForLaunchingInShell()
331 shell_arguments.AppendArgument(shell_command.GetString()); in ConvertArgumentsForLaunchingInShell()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h58 SBPlatformShellCommand(const char *shell, const char *shell_command);
59 SBPlatformShellCommand(const char *shell_command);
75 void SetCommand(const char *shell_command);
152 SBError Run(SBPlatformShellCommand &shell_command);