Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp379 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 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,
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp171 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 DPlatform.cpp1283 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 DRemoteAwarePlatform.h72 int *status_ptr, int *signo_ptr,
77 const FileSpec &working_dir, int *status_ptr,
H A DPlatform.h590 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 DPlatformRemoteGDBServer.h139 int *status_ptr, // Pass NULL if you don't want the process exit status
H A DPlatformRemoteGDBServer.cpp672 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 DGDBRemoteCommunicationClient.h394 int *status_ptr, // Pass nullptr if you don't want the process exit status
H A DGDBRemoteCommunicationClient.cpp2930 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()