Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp60 int *signo_ptr, std::string *command_output, in RunShellCommand() argument
63 signo_ptr, command_output, timeout); in RunShellCommand()
68 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument
73 command_output, timeout); in RunShellCommand()
75 signo_ptr, command_output, timeout); in RunShellCommand()
H A DPlatform.cpp1248 *command_output, // Pass nullptr if you don't want the command output in RunShellCommand() argument
1251 signo_ptr, command_output, timeout); in RunShellCommand()
1264 *command_output, // Pass nullptr if you don't want the command output in RunShellCommand() argument
1268 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h75 std::string *command_output,
80 int *signo_ptr, std::string *command_output,
H A DPlatform.h617 *command_output, // Pass nullptr if you don't want the command output
628 *command_output, // Pass nullptr if you don't want the command output
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1088 std::string command_output; in DownloadObjectAndSymbolFile() local
1094 &command_output, // Command output in DownloadObjectAndSymbolFile()
1099 if (error.Fail() || exit_status != 0 || command_output.empty()) { in DownloadObjectAndSymbolFile()
1102 command_output.c_str()); in DownloadObjectAndSymbolFile()
1107 CFDataCreateWithBytesNoCopy(NULL, (const UInt8 *)command_output.data(), in DownloadObjectAndSymbolFile()
1108 command_output.size(), kCFAllocatorNull)); in DownloadObjectAndSymbolFile()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h392 *command_output, // Pass nullptr if you don't want the command output
H A DGDBRemoteCommunicationClient.cpp2966 *command_output, // Pass NULL if you don't want the command output in RunShellCommand() argument
3004 if (command_output) in RunShellCommand()
3005 command_output->assign(output); in RunShellCommand()
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h10790 u8 command_output[0x20]; member