LLDB mainline
Public Attributes | List of all members
ThreadData Struct Reference

#include <ThreadElfCore.h>

Public Attributes

lldb_private::DataExtractor gpregset
 
std::vector< lldb_private::CoreNotenotes
 
lldb::tid_t tid
 
int signo = 0
 
int code = 0
 
int prstatus_sig = 0
 
std::string name
 

Detailed Description

Definition at line 126 of file ThreadElfCore.h.

Member Data Documentation

◆ code

int ThreadData::code = 0

Definition at line 131 of file ThreadElfCore.h.

Referenced by ProcessElfCore::parseLinuxNotes().

◆ gpregset

lldb_private::DataExtractor ThreadData::gpregset

◆ name

std::string ThreadData::name

◆ notes

std::vector<lldb_private::CoreNote> ThreadData::notes

◆ prstatus_sig

int ThreadData::prstatus_sig = 0

Definition at line 132 of file ThreadElfCore.h.

Referenced by ProcessElfCore::parseLinuxNotes().

◆ signo

int ThreadData::signo = 0

◆ tid

lldb::tid_t ThreadData::tid

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