Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Host/
DHost.h457 … int *status_ptr, // Pass NULL if you don't want the process exit status
/external/lldb/source/Host/common/
DHost.cpp1370 int *status_ptr, in RunShellCommand() argument
1453 if (status_ptr) in RunShellCommand()
1454 *status_ptr = shell_info->status; in RunShellCommand()