| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Host.cpp | 379 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 384 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand() 390 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 394 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 400 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 404 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 410 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 490 if (status_ptr) in RunShellCommand() 491 *status_ptr = shell_info_sp->status; in RunShellCommand()
|
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 171 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 174 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 180 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument 184 status_ptr, signo_ptr, in RunShellCommand() 186 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| H A D | Platform.cpp | 1283 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1289 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1299 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1306 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
| /llvm-project-15.0.7/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 | 590 int *status_ptr, // Pass nullptr if you don't want the process exit status 601 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 139 int *status_ptr, // Pass NULL if you don't want the process exit status
|
| H A D | PlatformRemoteGDBServer.cpp | 672 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 680 return m_gdb_client_up->RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 394 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| H A D | GDBRemoteCommunicationClient.cpp | 2930 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 2961 else if (status_ptr) in RunShellCommand() 2962 *status_ptr = exitcode; in RunShellCommand()
|