Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h188 int *signo_ptr, std::string *command_output,
204 int *signo_ptr, std::string *command_output,
218 std::string *command_output,
234 int *signo_ptr, std::string *command_output,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp173 int *signo_ptr, std::string *command_output, in RunShellCommand() argument
176 signo_ptr, command_output, timeout); in RunShellCommand()
181 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument
186 command_output, timeout); in RunShellCommand()
188 signo_ptr, command_output, timeout); in RunShellCommand()
H A DPlatform.cpp1292 *command_output, // Pass nullptr if you don't want the command output in RunShellCommand() argument
1295 signo_ptr, command_output, timeout); in RunShellCommand()
1308 *command_output, // Pass nullptr if you don't want the command output in RunShellCommand() argument
1312 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h74 std::string *command_output,
79 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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1079 std::string command_output; in DownloadObjectAndSymbolFile() local
1085 &command_output, // Command output in DownloadObjectAndSymbolFile()
1090 if (error.Fail() || exit_status != 0 || command_output.empty()) { in DownloadObjectAndSymbolFile()
1093 command_output.c_str()); in DownloadObjectAndSymbolFile()
1098 CFDataCreateWithBytesNoCopy(NULL, (const UInt8 *)command_output.data(), in DownloadObjectAndSymbolFile()
1099 command_output.size(), kCFAllocatorNull)); in DownloadObjectAndSymbolFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h144 *command_output, // Pass NULL if you don't want the command output
H A DPlatformRemoteGDBServer.cpp679 *command_output, // Pass NULL if you don't want the command output in RunShellCommand() argument
684 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h390 *command_output, // Pass nullptr if you don't want the command output
H A DGDBRemoteCommunicationClient.cpp2937 *command_output, // Pass NULL if you don't want the command output in RunShellCommand() argument
2975 if (command_output) in RunShellCommand()
2976 command_output->assign(output); in RunShellCommand()
/freebsd-14.2/sys/dev/mlx5/
H A Dmlx5_ifc.h10480 u8 command_output[0x20]; member