Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp61 PlatformPOSIX::RunShellCommand (const char *command, // Shouldn't be NULL in RunShellCommand() function in PlatformPOSIX
69 …return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_… in RunShellCommand()
73 …return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_… in RunShellCommand()
181 platform->RunShellCommand(command.GetData(), in chown_file()
213 RunShellCommand(command.GetData(), in PutFile()
261 Host::RunShellCommand(command.GetData(), in PutFile()
403 RunShellCommand(cp_command.GetData(), in GetFile()
441 Host::RunShellCommand(command.GetData(), in GetFile()
DPlatformPOSIX.h84 RunShellCommand (const char *command, // Shouldn't be NULL
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp162 PlatformFreeBSD::RunShellCommand (const char *command, in RunShellCommand() function in PlatformFreeBSD
170 …return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_… in RunShellCommand()
174 …return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_… in RunShellCommand()
DPlatformFreeBSD.h75 RunShellCommand (const char *command,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h205 RunShellCommand (const char *command, // Shouldn't be NULL
DPlatformRemoteGDBServer.cpp692 PlatformRemoteGDBServer::RunShellCommand (const char *command, // Shouldn't be NULL in RunShellCommand() function in PlatformRemoteGDBServer
699 …return m_gdb_client.RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, … in RunShellCommand()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
DHost.h495 RunShellCommand (const char *command, // Shouldn't be NULL
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h464 RunShellCommand (const char *command, // Shouldn't be NULL
DGDBRemoteCommunicationServer.cpp1558 Error err = Host::RunShellCommand(path.c_str(), in Handle_qPlatform_shell()
DGDBRemoteCommunicationClient.cpp2787 GDBRemoteCommunicationClient::RunShellCommand (const char *command, // Shouldn't be NULL in RunShellCommand() function in GDBRemoteCommunicationClient
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBPlatform.cpp562 sb_error.ref() = platform_sp->RunShellCommand(command, in Run()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp1163 Platform::RunShellCommand (const char *command, // Shouldn't be NULL in RunShellCommand() function in Platform
1171 …return Host::RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, timeout… in RunShellCommand()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h755 RunShellCommand (const char *command, // Shouldn't be NULL
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp1505 Host::RunShellCommand (const char *command, in RunShellCommand() function in Host
2390 Error err = Host::RunShellCommand(md5_cmd_line.GetData(), NULL, NULL, NULL, &hash_string, 60); in CalculateMD5()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectPlatform.cpp2155 …error = (platform_sp->RunShellCommand (expr, working_dir, &status, &signo, &output, m_options.time… in DoExecute()