LLDB mainline
|
#include <ThreadElfCore.h>
Public Attributes | |
lldb_private::DataExtractor | gpregset |
std::vector< lldb_private::CoreNote > | notes |
lldb::tid_t | tid |
std::string | name |
ELFLinuxSigInfo | siginfo |
int | prstatus_sig = 0 |
Definition at line 166 of file ThreadElfCore.h.
lldb_private::DataExtractor ThreadData::gpregset |
Definition at line 167 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseFreeBSDNotes(), ParseFreeBSDPrStatus(), ProcessElfCore::parseLinuxNotes(), ProcessElfCore::parseNetBSDNotes(), and ProcessElfCore::parseOpenBSDNotes().
std::string ThreadData::name |
Definition at line 170 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseFreeBSDNotes(), and ProcessElfCore::parseLinuxNotes().
std::vector<lldb_private::CoreNote> ThreadData::notes |
Definition at line 168 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseFreeBSDNotes(), ProcessElfCore::parseLinuxNotes(), ProcessElfCore::parseNetBSDNotes(), and ProcessElfCore::parseOpenBSDNotes().
int ThreadData::prstatus_sig = 0 |
Definition at line 172 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseLinuxNotes().
ELFLinuxSigInfo ThreadData::siginfo |
Definition at line 171 of file ThreadElfCore.h.
Referenced by ParseFreeBSDPrStatus(), ProcessElfCore::parseLinuxNotes(), and ParseOpenBSDProcInfo().
lldb::tid_t ThreadData::tid |
Definition at line 169 of file ThreadElfCore.h.
Referenced by ParseFreeBSDPrStatus(), ProcessElfCore::parseLinuxNotes(), and ProcessElfCore::parseNetBSDNotes().