Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp389 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument
394 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand()
400 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument
404 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
410 int *status_ptr, int *signo_ptr, in RunShellCommand() argument
414 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand()
420 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument
501 if (status_ptr) in RunShellCommand()
502 *status_ptr = shell_info_sp->status; in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h206 const FileSpec &working_dir, int *status_ptr,
222 const FileSpec &working_dir, int *status_ptr,
236 int *status_ptr, int *signo_ptr,
252 const FileSpec &working_dir, int *status_ptr,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp59 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 DPlatform.cpp1248 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument
1254 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand()
1264 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument
1271 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h74 int *status_ptr, int *signo_ptr,
79 const FileSpec &working_dir, int *status_ptr,
H A DPlatform.h675 int *status_ptr, // Pass nullptr if you don't want the process exit status
686 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 DPlatformRemoteGDBServer.h140 int *status_ptr, // Pass NULL if you don't want the process exit status
H A DPlatformRemoteGDBServer.cpp669 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument
677 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 DGDBRemoteCommunicationClient.h399 int *status_ptr, // Pass nullptr if you don't want the process exit status
H A DGDBRemoteCommunicationClient.cpp2981 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument
3012 else if (status_ptr) in RunShellCommand()
3013 *status_ptr = exitcode; in RunShellCommand()