Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h217 static Status RunShellCommand(
228 static Status RunShellCommand(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp92 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 DPlatformPOSIX.h88 lldb_private::Status RunShellCommand(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp465 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 DPlatformRemoteGDBServer.h145 Status RunShellCommand(
H A DPlatformRemoteGDBServer.cpp705 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 DGDBRemoteCommunicationClient.h396 Status RunShellCommand(
H A DGDBRemoteCommunicationServerCommon.cpp740 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo, in Handle_qPlatform_shell()
H A DGDBRemoteCommunicationClient.cpp2773 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand( in RunShellCommand() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp409 return platform_sp->RunShellCommand(command, FileSpec(working_dir), in Run()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h667 virtual lldb_private::Status RunShellCommand(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1365 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 DCommandObjectPlatform.cpp1756 error = (platform_sp->RunShellCommand(expr, working_dir, &status, &signo, in DoExecute()