LLDB mainline
lldb_private::WaitStatus Struct Reference

#include <Host.h>

Public Types

enum  Type : uint8_t { Exit , Signal , Stop }

Public Member Functions

 WaitStatus (Type type, uint8_t status)

Static Public Member Functions

static WaitStatus Decode (int wstatus)

Public Attributes

Type type
uint8_t status

Detailed Description

Definition at line 54 of file Host.h.

Member Enumeration Documentation

◆ Type

Enumerator
Exit 
Signal 
Stop 

Definition at line 55 of file Host.h.

Constructor & Destructor Documentation

◆ WaitStatus()

lldb_private::WaitStatus::WaitStatus ( Type type,
uint8_t status )
inline

Definition at line 67 of file Host.h.

References status, and type.

Referenced by Decode().

Member Function Documentation

◆ Decode()

Member Data Documentation

◆ status

◆ type


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