|
LLDB mainline
|
#include <ThreadElfCore.h>
Public Attributes | |
| lldb_private::DataExtractor | gpregset |
| std::vector< lldb_private::CoreNote > | notes |
| lldb::tid_t | tid |
| std::string | name |
| llvm::StringRef | siginfo_bytes |
| int | prstatus_sig = 0 |
| int | signo = 0 |
Definition at line 82 of file ThreadElfCore.h.
| lldb_private::DataExtractor ThreadData::gpregset |
Definition at line 83 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseFreeBSDNotes(), ParseFreeBSDPrStatus(), ProcessElfCore::parseLinuxNotes(), ProcessElfCore::parseNetBSDNotes(), and ProcessElfCore::parseOpenBSDNotes().
| std::string ThreadData::name |
Definition at line 86 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseFreeBSDNotes(), and ProcessElfCore::parseLinuxNotes().
| std::vector<lldb_private::CoreNote> ThreadData::notes |
Definition at line 84 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseFreeBSDNotes(), ProcessElfCore::parseLinuxNotes(), ProcessElfCore::parseNetBSDNotes(), and ProcessElfCore::parseOpenBSDNotes().
| int ThreadData::prstatus_sig = 0 |
Definition at line 88 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseLinuxNotes().
| llvm::StringRef ThreadData::siginfo_bytes |
Definition at line 87 of file ThreadElfCore.h.
Referenced by ProcessElfCore::parseLinuxNotes().
| int ThreadData::signo = 0 |
Definition at line 89 of file ThreadElfCore.h.
Referenced by ParseFreeBSDPrStatus(), and ParseOpenBSDProcInfo().
| lldb::tid_t ThreadData::tid |
Definition at line 85 of file ThreadElfCore.h.
Referenced by ParseFreeBSDPrStatus(), ProcessElfCore::parseLinuxNotes(), and ProcessElfCore::parseNetBSDNotes().