LLDB mainline
ShellInfo Struct Reference

Public Member Functions

 ShellInfo ()

Public Attributes

lldb_private::Predicate< boolprocess_reaped
lldb::pid_t pid = LLDB_INVALID_PROCESS_ID
int signo = -1
int status = -1

Detailed Description

Definition at line 367 of file common/Host.cpp.

Constructor & Destructor Documentation

◆ ShellInfo()

ShellInfo::ShellInfo ( )
inline

Definition at line 368 of file common/Host.cpp.

References process_reaped.

Member Data Documentation

◆ pid

Definition at line 371 of file common/Host.cpp.

◆ process_reaped

lldb_private::Predicate<bool> ShellInfo::process_reaped

Definition at line 370 of file common/Host.cpp.

Referenced by ShellInfo().

◆ signo

int ShellInfo::signo = -1

Definition at line 372 of file common/Host.cpp.

◆ status

int ShellInfo::status = -1

Definition at line 373 of file common/Host.cpp.


The documentation for this struct was generated from the following file: