| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Host.h | 217 static Status RunShellCommand( 228 static Status RunShellCommand(
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 92 lldb_private::Status PlatformPOSIX::RunShellCommand( in RunShellCommand() function in PlatformPOSIX 103 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, in RunShellCommand() 107 return m_remote_platform_sp->RunShellCommand( in RunShellCommand() 372 platform->RunShellCommand(command.GetData(), NULL, &status, NULL, NULL, in chown_file() 397 RunShellCommand(command.GetData(), NULL, &status, NULL, NULL, in PutFile() 428 Host::RunShellCommand(command.GetData(), NULL, &retcode, NULL, NULL, in PutFile() 503 RunShellCommand(cp_command.GetData(), NULL, &status, NULL, NULL, in GetFile() 525 Host::RunShellCommand(command.GetData(), NULL, &retcode, NULL, NULL, in GetFile()
|
| H A D | PlatformPOSIX.h | 88 lldb_private::Status RunShellCommand(
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Host.cpp | 465 Status Host::RunShellCommand(const char *command, const FileSpec &working_dir, in RunShellCommand() function in Host 470 return RunShellCommand(Args(command), working_dir, status_ptr, signo_ptr, in RunShellCommand() 474 Status Host::RunShellCommand(const Args &args, const FileSpec &working_dir, in RunShellCommand() function in Host
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 145 Status RunShellCommand(
|
| H A D | PlatformRemoteGDBServer.cpp | 705 Status PlatformRemoteGDBServer::RunShellCommand( in RunShellCommand() function in PlatformRemoteGDBServer 715 return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 396 Status RunShellCommand(
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 740 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2773 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBPlatform.cpp | 409 return platform_sp->RunShellCommand(command, FileSpec(working_dir), in Run()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Platform.h | 667 virtual lldb_private::Status RunShellCommand(
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 1365 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform 1376 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1756 error = (platform_sp->RunShellCommand(expr, working_dir, &status, &signo, in DoExecute()
|