Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h207 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 DHost.cpp469 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 DRemoteAwarePlatform.cpp174 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 DPlatform.cpp1322 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 DRemoteAwarePlatform.h72 int *status_ptr, int *signo_ptr,
77 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-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h146 int *status_ptr, // Pass NULL if you don't want the process exit status
H A DPlatformRemoteGDBServer.cpp717 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 DGDBRemoteCommunicationClient.h423 int *status_ptr, // Pass nullptr if you don't want the process exit status
H A DGDBRemoteCommunicationClient.cpp2896 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()