| LLDB mainline
    | 
#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 | 
| lldb::pid_t lldb_private::ThreadStopInfo::child_pid | 
Definition at line 144 of file Debug.h.
Referenced by lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread().
| lldb::tid_t lldb_private::ThreadStopInfo::child_tid | 
Definition at line 145 of file Debug.h.
Referenced by lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread().
| lldb::addr_t lldb_private::ThreadStopInfo::data[8] | 
Definition at line 139 of file Debug.h.
Referenced by GetJSONThreadsInfo(), and lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread().
| uint32_t lldb_private::ThreadStopInfo::data_count | 
Definition at line 138 of file Debug.h.
Referenced by GetJSONThreadsInfo(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread(), and lldb_private::NativeProcessWindows::SetStopReasonForThread().
| union { ... } lldb_private::ThreadStopInfo::details | 
| struct { ... } lldb_private::ThreadStopInfo::exception | 
| struct { ... } lldb_private::ThreadStopInfo::fork | 
| lldb::StopReason lldb_private::ThreadStopInfo::reason | 
Definition at line 132 of file Debug.h.
Referenced by GetJSONThreadsInfo(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread(), and lldb_private::NativeProcessWindows::SetStopReasonForThread().
| uint32_t lldb_private::ThreadStopInfo::signo | 
Definition at line 133 of file Debug.h.
Referenced by GetJSONThreadsInfo(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread(), and lldb_private::NativeProcessWindows::SetStopReasonForThread().
| uint64_t lldb_private::ThreadStopInfo::type | 
Definition at line 137 of file Debug.h.
Referenced by GetJSONThreadsInfo(), lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread(), and lldb_private::NativeProcessWindows::SetStopReasonForThread().