Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp376 Status Host::RunShellCommand(llvm::StringRef command, in RunShellCommand() function in Host
381 return RunShellCommand(llvm::StringRef(), Args(command), working_dir, in RunShellCommand()
386 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() function in Host
392 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
397 Status Host::RunShellCommand(const Args &args, const FileSpec &working_dir, in RunShellCommand() function in Host
402 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand()
407 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() function in Host
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp171 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform
175 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand()
179 Status RemoteAwarePlatform::RunShellCommand( in RunShellCommand() function in RemoteAwarePlatform
184 return m_remote_platform_sp->RunShellCommand(shell, command, working_dir, in RunShellCommand()
187 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
H A DPlatform.cpp1280 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform
1290 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand()
1294 lldb_private::Status Platform::RunShellCommand( in RunShellCommand() function in Platform
1307 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h72 Status RunShellCommand(llvm::StringRef command, const FileSpec &working_dir,
77 Status RunShellCommand(llvm::StringRef interpreter, llvm::StringRef command,
H A DPlatform.h587 virtual lldb_private::Status RunShellCommand(
598 virtual lldb_private::Status RunShellCommand(
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h136 Status RunShellCommand(
H A DPlatformRemoteGDBServer.cpp663 Status PlatformRemoteGDBServer::RunShellCommand( in RunShellCommand() function in PlatformRemoteGDBServer
675 return m_gdb_client_up->RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp229 RunShellCommand(command.c_str(), launch_info.GetWorkingDirectory(), in ShellExpandArguments()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h385 Status RunShellCommand(
H A DGDBRemoteCommunicationServerCommon.cpp752 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
H A DGDBRemoteCommunicationClient.cpp2932 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp556 return platform_sp->RunShellCommand( in Run()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp611 error = Host::RunShellCommand( in DownloadObjectAndSymbolFile()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm412 lldb_private::Status error = Host::RunShellCommand(
H A DHost.mm1402 RunShellCommand(expand_command, cwd, &status, nullptr, &output,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp628 Host::RunShellCommand("/usr/bin/xcode-select --print-path", in GetXcodeSelectPath()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1808 error = (platform_sp->RunShellCommand(m_options.m_shell_interpreter, cmd, in DoExecute()