LLDB mainline
Public Member Functions | Public Attributes | List of all members
ShellInfo Struct Reference

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ShellInfo()

ShellInfo::ShellInfo ( )
inline

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

Member Data Documentation

◆ pid

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

◆ process_reaped

lldb_private::Predicate<bool> ShellInfo::process_reaped

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

◆ signo

int ShellInfo::signo = -1

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

◆ status

int ShellInfo::status = -1

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


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