|
LLDB mainline
|
Public Member Functions | |
| ShellInfo () | |
Public Attributes | |
| lldb_private::Predicate< bool > | process_reaped |
| lldb::pid_t | pid = LLDB_INVALID_PROCESS_ID |
| int | signo = -1 |
| int | status = -1 |
Definition at line 371 of file common/Host.cpp.
|
inline |
Definition at line 372 of file common/Host.cpp.
References process_reaped.
| lldb::pid_t ShellInfo::pid = LLDB_INVALID_PROCESS_ID |
Definition at line 375 of file common/Host.cpp.
| lldb_private::Predicate<bool> ShellInfo::process_reaped |
Definition at line 374 of file common/Host.cpp.
Referenced by ShellInfo().
| int ShellInfo::signo = -1 |
Definition at line 376 of file common/Host.cpp.
| int ShellInfo::status = -1 |
Definition at line 377 of file common/Host.cpp.