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

Constructor & Destructor Documentation

◆ ShellInfo()

ShellInfo::ShellInfo ( )
inline

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

Member Data Documentation

◆ pid

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

◆ process_reaped

lldb_private::Predicate<bool> ShellInfo::process_reaped

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

◆ signo

int ShellInfo::signo = -1

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

◆ status

int ShellInfo::status = -1

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


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