LLDB mainline
lldb_private::ThreadStopInfo Struct Reference

#include <Debug.h>

Public Attributes

lldb::StopReason reason
uint32_t signo
union { 
   struct { 
      uint64_t   type 
      uint32_t   data_count 
      lldb::addr_t   data [8] 
   }   exception
   struct { 
      lldb::pid_t   child_pid 
      lldb::tid_t   child_tid 
   }   fork
details

Detailed Description

Definition at line 131 of file Debug.h.

Member Data Documentation

◆ child_pid

lldb::pid_t lldb_private::ThreadStopInfo::child_pid

◆ child_tid

lldb::tid_t lldb_private::ThreadStopInfo::child_tid

◆ data

◆ data_count

◆ [union]

◆ [struct]

◆ [struct]

◆ reason

◆ signo

◆ type


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