Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h208 int *signo_ptr, std::string *command_output,
224 int *signo_ptr, std::string *command_output,
238 std::string *command_output,
254 int *signo_ptr, std::string *command_output,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp175 int *signo_ptr, std::string *command_output, in RunShellCommand() argument
178 signo_ptr, command_output, timeout); in RunShellCommand()
183 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument
187 signo_ptr, command_output, timeout); in RunShellCommand()
191 command_output, timeout); in RunShellCommand()
H A DPlatform.cpp1326 *command_output, // Pass nullptr if you don't want the command output in RunShellCommand() argument
1329 signo_ptr, command_output, timeout); in RunShellCommand()
1342 *command_output, // Pass nullptr if you don't want the command output in RunShellCommand() argument
1346 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h73 std::string *command_output,
78 int *signo_ptr, std::string *command_output,
H A DPlatform.h630 *command_output, // Pass nullptr if you don't want the command output
641 *command_output, // Pass nullptr if you don't want the command output
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp601 std::string command_output; in DownloadObjectAndSymbolFile() local
615 &command_output, // Command output in DownloadObjectAndSymbolFile()
619 if (error.Success() && exit_status == 0 && !command_output.empty()) { in DownloadObjectAndSymbolFile()
621 NULL, (const UInt8 *)command_output.data(), command_output.size(), in DownloadObjectAndSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h150 *command_output, // Pass NULL if you don't want the command output
H A DPlatformRemoteGDBServer.cpp721 *command_output, // Pass NULL if you don't want the command output in RunShellCommand() argument
724 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h427 *command_output, // Pass nullptr if you don't want the command output
H A DGDBRemoteCommunicationClient.cpp2900 *command_output, // Pass NULL if you don't want the command output in RunShellCommand() argument
2938 if (command_output) in RunShellCommand()
2939 command_output->assign(output); in RunShellCommand()
/freebsd-13.1/sys/dev/mlx5/
H A Dmlx5_ifc.h9923 u8 command_output[0x20]; member