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 375 of file common/Host.cpp.

Constructor & Destructor Documentation

◆ ShellInfo()

ShellInfo::ShellInfo ( )
inline

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

Member Data Documentation

◆ pid

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

◆ process_reaped

lldb_private::Predicate<bool> ShellInfo::process_reaped

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

◆ signo

int ShellInfo::signo = -1

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

◆ status

int ShellInfo::status = -1

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


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