| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 207 const FileSpec &working_dir, int *status_ptr, 223 const FileSpec &working_dir, int *status_ptr, 237 int *status_ptr, int *signo_ptr, 253 const FileSpec &working_dir, int *status_ptr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 469 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 474 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand() 480 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 484 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 490 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 494 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 500 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 583 if (status_ptr) in RunShellCommand() 584 *status_ptr = shell_info_sp->status; in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 174 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 177 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 183 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument 186 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand() 190 status_ptr, signo_ptr, in RunShellCommand()
|
| H A D | Platform.cpp | 1322 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1328 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1338 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1345 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 72 int *status_ptr, int *signo_ptr, 77 const FileSpec &working_dir, int *status_ptr,
|
| H A D | Platform.h | 626 int *status_ptr, // Pass nullptr if you don't want the process exit status 637 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 146 int *status_ptr, // Pass NULL if you don't want the process exit status
|
| H A D | PlatformRemoteGDBServer.cpp | 717 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 723 return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 423 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| H A D | GDBRemoteCommunicationClient.cpp | 2896 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 2927 else if (status_ptr) in RunShellCommand() 2928 *status_ptr = exitcode; in RunShellCommand()
|