| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 390 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument 394 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand() 401 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument 405 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand() 410 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 415 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand() 421 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument 504 if (signo_ptr) in RunShellCommand() 505 *signo_ptr = shell_info_sp->signo; in RunShellCommand()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 207 int *signo_ptr, std::string *command_output, 223 int *signo_ptr, std::string *command_output, 236 int *status_ptr, int *signo_ptr, 253 int *signo_ptr, std::string *command_output,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 60 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 72 status_ptr, signo_ptr, in RunShellCommand() 75 signo_ptr, command_output, timeout); in RunShellCommand()
|
| H A D | Platform.cpp | 1249 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument 1255 signo_ptr, command_output, timeout); in RunShellCommand() 1265 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument 1272 signo_ptr, command_output, timeout); in RunShellCommand()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 74 int *status_ptr, int *signo_ptr, 80 int *signo_ptr, std::string *command_output,
|
| H A D | Platform.h | 676 int *signo_ptr, // Pass nullptr if you don't want the signal that caused 687 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 D | PlatformRemoteGDBServer.h | 141 int *signo_ptr, // Pass NULL if you don't want the signal that caused the
|
| H A D | PlatformRemoteGDBServer.cpp | 670 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument 678 signo_ptr, command_output, timeout); in RunShellCommand()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 400 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
|
| H A D | GDBRemoteCommunicationClient.cpp | 2982 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument 3017 if (signo_ptr) in RunShellCommand() 3018 *signo_ptr = signo; in RunShellCommand()
|