Home
last modified time | relevance | path

Searched refs:RunShellCommand (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h206 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 DHost.cpp468 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 DRemoteAwarePlatform.cpp173 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 DPlatform.cpp1318 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 DRemoteAwarePlatform.h71 Status RunShellCommand(llvm::StringRef command, const FileSpec &working_dir,
76 Status RunShellCommand(llvm::StringRef interpreter, llvm::StringRef command,
H A DPlatform.h622 virtual lldb_private::Status RunShellCommand(
633 virtual lldb_private::Status RunShellCommand(
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp83 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 DPlatformRemoteGDBServer.h142 Status RunShellCommand(
H A DPlatformRemoteGDBServer.cpp713 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 DGDBRemoteCommunicationClient.h419 Status RunShellCommand(
H A DGDBRemoteCommunicationServerCommon.cpp738 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
H A DGDBRemoteCommunicationClient.cpp2892 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp610 Status error = Host::RunShellCommand( in DownloadObjectAndSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp595 return platform_sp->RunShellCommand( in Run()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1645 error = (platform_sp->RunShellCommand(m_options.m_shell_interpreter, cmd, in DoExecute()