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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h204 /// \arg command_output Pass NULL if you don't want the command output
209 int *signo_ptr, std::string *command_output,
219 /// \arg command_output Pass NULL if you don't want the command output
223 std::string *command_output,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp29 int *signo_ptr, std::string *command_output,
33 command_output, timeout);
36 command, working_dir, status_ptr, signo_ptr, command_output, timeout);
27 RunShellCommand( const char *command, const FileSpec &working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout<std::micro> &timeout) argument
H A DPlatform.cpp1322 *command_output, // Pass nullptr if you don't want the command output
1326 command_output, timeout);
1314 RunShellCommand( const char *command, const FileSpec & working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout<std::micro> &timeout) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h69 std::string *command_output,
H A DPlatform.h620 *command_output, // Pass nullptr if you don't want the command output
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp587 std::string command_output; local
601 &command_output, // Command output
605 if (error.Success() && exit_status == 0 && !command_output.empty()) {
607 NULL, (const UInt8 *)command_output.data(), command_output.size(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h146 *command_output, // Pass NULL if you don't want the command output
H A DPlatformRemoteGDBServer.cpp699 *command_output, // Pass NULL if you don't want the command output
702 signo_ptr, command_output, timeout);
691 RunShellCommand( const char *command, const FileSpec & working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout<std::micro> &timeout) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h389 *command_output, // Pass nullptr if you don't want the command output
H A DGDBRemoteCommunicationClient.cpp2814 *command_output, // Pass NULL if you don't want the command output
2852 if (command_output)
2853 command_output->assign(output);
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h9691 u8 command_output[0x20]; member in struct:mlx5_ifc_cmd_out_bits

Completed in 193 milliseconds