Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DHost.cpp378 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/
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,
/openbsd/src/gnu/llvm/lldb/source/Target/
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()
DPlatform.cpp1285 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/
DRemoteAwarePlatform.h73 int *status_ptr, int *signo_ptr,
79 int *signo_ptr, std::string *command_output,
DPlatform.h592 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/
DPlatformRemoteGDBServer.h141 int *signo_ptr, // Pass NULL if you don't want the signal that caused the
DPlatformRemoteGDBServer.cpp668 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/
DGDBRemoteCommunicationClient.h390 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
DGDBRemoteCommunicationClient.cpp2937 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()