/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 406 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 411 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand() 417 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 421 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 427 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 431 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 437 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 517 if (status_ptr) in RunShellCommand() 518 *status_ptr = shell_info_sp->status; in RunShellCommand()
|
/freebsd/contrib/llvm-project/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,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 59 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 62 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 68 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument 72 status_ptr, signo_ptr, in RunShellCommand() 74 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
H A D | Platform.cpp | 1244 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1250 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1260 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1267 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 74 int *status_ptr, int *signo_ptr, 79 const FileSpec &working_dir, int *status_ptr,
|
H A D | Platform.h | 613 int *status_ptr, // Pass nullptr if you don't want the process exit status 624 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
/freebsd/contrib/llvm-project/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 | 675 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 683 return m_gdb_client_up->RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 388 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
H A D | GDBRemoteCommunicationClient.cpp | 2962 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 2993 else if (status_ptr) in RunShellCommand() 2994 *status_ptr = exitcode; in RunShellCommand()
|