Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h186 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,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp405 Status Host::RunShellCommand(llvm::StringRef command, in RunShellCommand() function in Host
410 return RunShellCommand(llvm::StringRef(), Args(command), working_dir, in RunShellCommand()
415 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() function in Host
421 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
426 Status Host::RunShellCommand(const Args &args, const FileSpec &working_dir, in RunShellCommand() function in Host
431 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand()
436 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() function in Host
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp58 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 DPlatform.cpp1240 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform
1250 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand()
1254 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform
1267 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h73 Status RunShellCommand(llvm::StringRef command, const FileSpec &working_dir,
78 Status RunShellCommand(llvm::StringRef interpreter, llvm::StringRef command,
H A DPlatform.h609 virtual lldb_private::Status RunShellCommand(
620 virtual lldb_private::Status RunShellCommand(
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp86 platform->RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, in chown_file()
111 RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, nullptr, in PutFile()
141 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in PutFile()
177 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile()
198 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h136 Status RunShellCommand(
H A DPlatformRemoteGDBServer.cpp671 Status PlatformRemoteGDBServer::RunShellCommand( in RunShellCommand() function in PlatformRemoteGDBServer
683 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 DGDBRemoteCommunicationClient.h384 Status RunShellCommand(
H A DGDBRemoteCommunicationServerCommon.cpp752 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
H A DGDBRemoteCommunicationClient.cpp2958 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp560 return platform_sp->RunShellCommand( in Run()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1089 error = Host::RunShellCommand( in DownloadObjectAndSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1714 error = (platform_sp->RunShellCommand(m_options.m_shell_interpreter, cmd, in DoExecute()