Searched refs:command_output (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h79 std::string *command_output,
H A DPlatformFreeBSD.cpp166 std::string *command_output,
170 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec);
174 return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec);
162 RunShellCommand(const char *command, const char *working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, uint32_t timeout_sec) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h88 std::string *command_output, // Pass NULL if you don't want the command output
H A DPlatformPOSIX.cpp65 std::string *command_output, // Pass NULL if you don't want the command output
69 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec);
73 return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec);
61 RunShellCommand(const char *command, const char *working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, uint32_t timeout_sec) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h209 std::string *command_output, // Pass NULL if you don't want the command output
H A DPlatformRemoteGDBServer.cpp696 std::string *command_output, // Pass NULL if you don't want the command output
699 return m_gdb_client.RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec);
692 RunShellCommand(const char *command, const char *working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, uint32_t timeout_sec) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h499 std::string *command_output, // Pass NULL if you don't want the command output
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h468 std::string *command_output, // Pass NULL if you don't want the command output
H A DGDBRemoteCommunicationClient.cpp2791 std::string *command_output, // Pass NULL if you don't want the command output
2827 if (command_output)
2828 command_output->assign(output);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1167 std::string *command_output, // Pass NULL if you don't want the command output
1171 return Host::RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec);
1163 RunShellCommand(const char *command, const char *working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, uint32_t timeout_sec) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h759 std::string *command_output, // Pass NULL if you don't want the command output
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h9161 u8 command_output[0x20]; member in struct:mlx5_ifc_cmd_out_bits

Completed in 225 milliseconds