| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 206 static Status RunShellCommand(llvm::StringRef command, 222 static Status RunShellCommand(llvm::StringRef shell, llvm::StringRef command, 236 static Status RunShellCommand(const Args &args, const FileSpec &working_dir, 252 static Status RunShellCommand(llvm::StringRef shell, const Args &args,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 468 Status Host::RunShellCommand(llvm::StringRef command, in RunShellCommand() function in Host 473 return RunShellCommand(llvm::StringRef(), Args(command), working_dir, in RunShellCommand() 478 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() function in Host 484 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 489 Status Host::RunShellCommand(const Args &args, const FileSpec &working_dir, in RunShellCommand() function in Host 494 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 499 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() function in Host
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 173 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform 177 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 181 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform 186 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand() 189 return m_remote_platform_sp->RunShellCommand(shell, command, working_dir, in RunShellCommand()
|
| H A D | Platform.cpp | 1318 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform 1328 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1332 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform 1345 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 71 Status RunShellCommand(llvm::StringRef command, const FileSpec &working_dir, 76 Status RunShellCommand(llvm::StringRef interpreter, llvm::StringRef command,
|
| H A D | Platform.h | 622 virtual lldb_private::Status RunShellCommand( 633 virtual lldb_private::Status RunShellCommand(
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 83 platform->RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, in chown_file() 108 RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, nullptr, in PutFile() 138 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in PutFile() 174 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile() 195 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in GetFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 142 Status RunShellCommand(
|
| H A D | PlatformRemoteGDBServer.cpp | 713 Status PlatformRemoteGDBServer::RunShellCommand( in RunShellCommand() function in PlatformRemoteGDBServer 723 return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 419 Status RunShellCommand(
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 738 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2892 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 610 Status error = Host::RunShellCommand( in DownloadObjectAndSymbolFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 595 return platform_sp->RunShellCommand( in Run()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1645 error = (platform_sp->RunShellCommand(m_options.m_shell_interpreter, cmd, in DoExecute()
|