| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | Host.h | 186 static Status RunShellCommand(llvm::StringRef command, 202 static Status RunShellCommand(llvm::StringRef shell, llvm::StringRef command, 216 static Status RunShellCommand(const Args &args, const FileSpec &working_dir, 232 static Status RunShellCommand(llvm::StringRef shell, const Args &args,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Host.cpp | 378 Status Host::RunShellCommand(llvm::StringRef command, in RunShellCommand() function in Host 383 return RunShellCommand(llvm::StringRef(), Args(command), working_dir, in RunShellCommand() 388 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() function in Host 394 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 399 Status Host::RunShellCommand(const Args &args, const FileSpec &working_dir, in RunShellCommand() function in Host 404 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 409 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() function in Host
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 170 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform 174 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 178 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform 183 return m_remote_platform_sp->RunShellCommand(shell, command, working_dir, in RunShellCommand() 186 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| H A D | Platform.cpp | 1279 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform 1289 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1293 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform 1306 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| /llvm-project-15.0.7/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 | 586 virtual lldb_private::Status RunShellCommand( 597 virtual lldb_private::Status RunShellCommand(
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 85 platform->RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, in chown_file() 110 RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, nullptr, in PutFile() 140 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in PutFile() 176 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile() 197 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in GetFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 135 Status RunShellCommand(
|
| H A D | PlatformRemoteGDBServer.cpp | 668 Status PlatformRemoteGDBServer::RunShellCommand( in RunShellCommand() function in PlatformRemoteGDBServer 680 return m_gdb_client_up->RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | Host.cpp | 229 RunShellCommand(command.c_str(), launch_info.GetWorkingDirectory(), in ShellExpandArguments()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 390 Status RunShellCommand(
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 753 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2926 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBPlatform.cpp | 556 return platform_sp->RunShellCommand( in Run()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 615 error = Host::RunShellCommand( in DownloadObjectAndSymbolFile()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | HostInfoMacOSX.mm | 397 Host::RunShellCommand(args, FileSpec(), &status, &signo, &output_str,
|
| H A D | Host.mm | 1401 RunShellCommand(expand_command, cwd, &status, nullptr, &output,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 627 Host::RunShellCommand("/usr/bin/xcode-select --print-path", in GetXcodeSelectPath()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1807 error = (platform_sp->RunShellCommand(m_options.m_shell_interpreter, cmd, in DoExecute()
|