| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 205 static Status RunShellCommand(llvm::StringRef command, 221 static Status RunShellCommand(llvm::StringRef shell, llvm::StringRef command, 235 static Status RunShellCommand(const Args &args, const FileSpec &working_dir, 251 static Status RunShellCommand(llvm::StringRef shell, const Args &args,
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 388 Status Host::RunShellCommand(llvm::StringRef command, in RunShellCommand() function in Host 393 return RunShellCommand(llvm::StringRef(), Args(command), working_dir, in RunShellCommand() 398 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() function in Host 404 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 409 Status Host::RunShellCommand(const Args &args, const FileSpec &working_dir, in RunShellCommand() function in Host 414 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 419 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() function in Host
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 58 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform 62 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 66 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform 71 return m_remote_platform_sp->RunShellCommand(shell, command, working_dir, in RunShellCommand() 74 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| H A D | Platform.cpp | 1244 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform 1254 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1258 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform 1271 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 73 Status RunShellCommand(llvm::StringRef command, const FileSpec &working_dir, 78 Status RunShellCommand(llvm::StringRef interpreter, llvm::StringRef command,
|
| H A D | Platform.h | 671 virtual lldb_private::Status RunShellCommand( 682 virtual lldb_private::Status RunShellCommand(
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 86 platform->RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, in chown_file() 111 RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, nullptr, in PutFile() 142 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in PutFile() 180 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile() 201 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in GetFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 136 Status RunShellCommand(
|
| H A D | PlatformRemoteGDBServer.cpp | 665 Status PlatformRemoteGDBServer::RunShellCommand( in RunShellCommand() function in PlatformRemoteGDBServer 677 return m_gdb_client_up->RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 395 Status RunShellCommand(
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 754 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2977 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 557 return platform_sp->RunShellCommand( in Run()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
| H A D | SymbolLocatorDebugSymbols.cpp | 1089 error = Host::RunShellCommand( in DownloadObjectAndSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1711 error = (platform_sp->RunShellCommand(m_options.m_shell_interpreter, cmd, in DoExecute()
|