| /openbsd/src/gnu/llvm/lldb/source/Host/common/ |
| D | Host.cpp | 378 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument 382 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand() 389 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument 393 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand() 398 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 403 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand() 409 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument 491 if (signo_ptr) in RunShellCommand() 492 *signo_ptr = shell_info_sp->signo; in RunShellCommand()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Host/ |
| D | Host.h | 188 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,
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | RemoteAwarePlatform.cpp | 173 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()
|
| D | Platform.cpp | 1285 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument 1291 signo_ptr, command_output, timeout); in RunShellCommand() 1301 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument 1308 signo_ptr, command_output, timeout); in RunShellCommand()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | RemoteAwarePlatform.h | 73 int *status_ptr, int *signo_ptr, 79 int *signo_ptr, std::string *command_output,
|
| D | Platform.h | 592 int *signo_ptr, // Pass nullptr if you don't want the signal that caused 603 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.h | 141 int *signo_ptr, // Pass NULL if you don't want the signal that caused the
|
| D | PlatformRemoteGDBServer.cpp | 668 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument 676 signo_ptr, command_output, timeout); in RunShellCommand()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationClient.h | 390 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
|
| D | GDBRemoteCommunicationClient.cpp | 2937 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument 2972 if (signo_ptr) in RunShellCommand() 2973 *signo_ptr = signo; in RunShellCommand()
|