Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp88 PlatformPOSIX::RunShellCommand(const char *command, // Shouldn't be NULL in RunShellCommand() function in PlatformPOSIX
96 …return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_… in RunShellCommand()
100 …return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_… in RunShellCommand()
208 platform->RunShellCommand(command.GetData(), in chown_file()
240 RunShellCommand(command.GetData(), in PutFile()
288 Host::RunShellCommand(command.GetData(), in PutFile()
372 RunShellCommand(cp_command.GetData(), in GetFile()
410 Host::RunShellCommand(command.GetData(), in GetFile()
HDPlatformPOSIX.h122 RunShellCommand(const char *command, // Shouldn't be NULL
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h264 RunShellCommand(const char *command, // Shouldn't be NULL
273 RunShellCommand(const Args& args,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp138 PlatformFreeBSD::RunShellCommand(const char *command, in RunShellCommand() function in PlatformFreeBSD
146 …return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_… in RunShellCommand()
150 …return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_… in RunShellCommand()
HDPlatformFreeBSD.h82 RunShellCommand(const char *command,
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp536 Host::RunShellCommand(const char *command, in RunShellCommand() function in Host
544 …return RunShellCommand(Args(command), working_dir, status_ptr, signo_ptr, command_output_ptr, time… in RunShellCommand()
548 Host::RunShellCommand(const Args &args, in RunShellCommand() function in Host
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h207 RunShellCommand(const char *command, // Shouldn't be NULL
HDPlatformRemoteGDBServer.cpp866 PlatformRemoteGDBServer::RunShellCommand(const char *command, // Shouldn't be NULL in RunShellCommand() function in PlatformRemoteGDBServer
873 …return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, t… in RunShellCommand()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h508 RunShellCommand(const char *command, // Shouldn't be NULL
HDGDBRemoteCommunicationServerCommon.cpp816 Error err = Host::RunShellCommand(path.c_str(), in Handle_qPlatform_shell()
HDGDBRemoteCommunicationClient.cpp3580 GDBRemoteCommunicationClient::RunShellCommand(const char *command, // Shouldn't be NULL in RunShellCommand() function in GDBRemoteCommunicationClient
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp548 return platform_sp->RunShellCommand(command, in Run()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1515 Platform::RunShellCommand(const char *command, // Shouldn't be NULL in RunShellCommand() function in Platform
1523 …return Host::RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, timeout… in RunShellCommand()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h836 RunShellCommand(const char *command, // Shouldn't be NULL
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp2161 …error = (platform_sp->RunShellCommand (expr, working_dir, &status, &signo, &output, m_options.time… in DoExecute()