Home
last modified time | relevance | path

Searched refs:signo_ptr (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp374 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
378 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand()
385 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
389 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand()
394 int *status_ptr, int *signo_ptr, in RunShellCommand() argument
399 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand()
405 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
487 if (signo_ptr) in RunShellCommand()
488 *signo_ptr = shell_info_sp->signo; in RunShellCommand()
/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,
217 int *status_ptr, int *signo_ptr,
234 int *signo_ptr, std::string *command_output,
/freebsd/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
185 status_ptr, signo_ptr, in RunShellCommand()
188 signo_ptr, command_output, timeout); in RunShellCommand()
H A DPlatform.cpp1289 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument
1295 signo_ptr, command_output, timeout); in RunShellCommand()
1305 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument
1312 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h73 int *status_ptr, int *signo_ptr,
79 int *signo_ptr, std::string *command_output,
H A DPlatform.h627 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
638 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h141 int *signo_ptr, // Pass NULL if you don't want the signal that caused the
H A DPlatformRemoteGDBServer.cpp676 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument
684 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h387 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
H A DGDBRemoteCommunicationClient.cpp2934 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument
2969 if (signo_ptr) in RunShellCommand()
2970 *signo_ptr = signo; in RunShellCommand()