Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHost.cpp470 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
474 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand()
481 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
485 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand()
490 int *status_ptr, int *signo_ptr, in RunShellCommand() argument
495 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand()
501 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
586 if (signo_ptr) in RunShellCommand()
587 *signo_ptr = shell_info_sp->signo; in RunShellCommand()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DHost.h208 int *signo_ptr, std::string *command_output,
224 int *signo_ptr, std::string *command_output,
237 int *status_ptr, int *signo_ptr,
254 int *signo_ptr, std::string *command_output,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp175 int *signo_ptr, std::string *command_output, in RunShellCommand() argument
178 signo_ptr, command_output, timeout); in RunShellCommand()
183 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument
187 signo_ptr, command_output, timeout); in RunShellCommand()
190 status_ptr, signo_ptr, in RunShellCommand()
DPlatform.cpp1323 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument
1329 signo_ptr, command_output, timeout); in RunShellCommand()
1339 int *signo_ptr, // Pass nullptr if you don't want the signal that caused the in RunShellCommand() argument
1346 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DRemoteAwarePlatform.h72 int *status_ptr, int *signo_ptr,
78 int *signo_ptr, std::string *command_output,
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-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h147 int *signo_ptr, // Pass NULL if you don't want the signal that caused the
DPlatformRemoteGDBServer.cpp718 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument
724 signo_ptr, command_output, timeout); in RunShellCommand()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h424 int *signo_ptr, // Pass nullptr if you don't want the signal that caused
DGDBRemoteCommunicationClient.cpp2897 int *signo_ptr, // Pass NULL if you don't want the signal that caused the in RunShellCommand() argument
2932 if (signo_ptr) in RunShellCommand()
2933 *signo_ptr = signo; in RunShellCommand()