| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Host.cpp | 377 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 382 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand() 388 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 392 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 398 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 402 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 408 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 488 if (status_ptr) in RunShellCommand() 489 *status_ptr = shell_info_sp->status; in RunShellCommand()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | Host.h | 187 const FileSpec &working_dir, int *status_ptr, 203 const FileSpec &working_dir, int *status_ptr, 217 int *status_ptr, int *signo_ptr, 233 const FileSpec &working_dir, int *status_ptr,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 172 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 175 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 181 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument 185 status_ptr, signo_ptr, in RunShellCommand() 187 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| H A D | Platform.cpp | 1284 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1290 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1300 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1307 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 73 int *status_ptr, int *signo_ptr, 78 const FileSpec &working_dir, int *status_ptr,
|
| H A D | Platform.h | 591 int *status_ptr, // Pass nullptr if you don't want the process exit status 602 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 140 int *status_ptr, // Pass NULL if you don't want the process exit status
|
| H A D | PlatformRemoteGDBServer.cpp | 667 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 675 return m_gdb_client_up->RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 389 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| H A D | GDBRemoteCommunicationClient.cpp | 2936 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 2967 else if (status_ptr) in RunShellCommand() 2968 *status_ptr = exitcode; in RunShellCommand()
|