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.cpp373 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument
378 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand()
384 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument
388 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
394 int *status_ptr, int *signo_ptr, in RunShellCommand() argument
398 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand()
404 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument
484 if (status_ptr) in RunShellCommand()
485 *status_ptr = shell_info_sp->status; in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h187 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 DRemoteAwarePlatform.cpp172 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 DPlatform.cpp1288 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument
1294 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand()
1304 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument
1311 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h73 int *status_ptr, int *signo_ptr,
78 const FileSpec &working_dir, int *status_ptr,
H A DPlatform.h626 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/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.cpp675 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 DGDBRemoteCommunicationClient.h386 int *status_ptr, // Pass nullptr if you don't want the process exit status
H A DGDBRemoteCommunicationClient.cpp2933 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument
2964 else if (status_ptr) in RunShellCommand()
2965 *status_ptr = exitcode; in RunShellCommand()