Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
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-12-stable/contrib/llvm-project/lldb/source/Host/common/
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-12-stable/contrib/llvm-project/lldb/source/Target/
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()
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-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DRemoteAwarePlatform.h71 Status RunShellCommand(llvm::StringRef command, const FileSpec &working_dir,
76 Status RunShellCommand(llvm::StringRef interpreter, llvm::StringRef command,
DPlatform.h622 virtual lldb_private::Status RunShellCommand(
633 virtual lldb_private::Status RunShellCommand(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
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-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h142 Status RunShellCommand(
DPlatformRemoteGDBServer.cpp713 Status PlatformRemoteGDBServer::RunShellCommand( in RunShellCommand() function in PlatformRemoteGDBServer
723 return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h419 Status RunShellCommand(
DGDBRemoteCommunicationServerCommon.cpp738 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
DGDBRemoteCommunicationClient.cpp2892 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DLocateSymbolFileMacOSX.cpp610 Status error = Host::RunShellCommand( in DownloadObjectAndSymbolFile()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBPlatform.cpp595 return platform_sp->RunShellCommand( in Run()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp1645 error = (platform_sp->RunShellCommand(m_options.m_shell_interpreter, cmd, in DoExecute()