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
 
std::string name
 
ELFLinuxSigInfo siginfo
 
int prstatus_sig = 0
 

Detailed Description

Definition at line 166 of file ThreadElfCore.h.

Member Data Documentation

◆ 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 172 of file ThreadElfCore.h.

Referenced by ProcessElfCore::parseLinuxNotes().

◆ siginfo

ELFLinuxSigInfo ThreadData::siginfo

◆ tid

lldb::tid_t ThreadData::tid

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