Structure holding the fully parsed register state for a thread retrieved from a core dump. More...
#include <lnx_arch_manager.hpp>
Public Member Functions | |
| PARSED_COREDUMP_THREAD () | |
Public Attributes | |
| std::unique_ptr< ELF_COREDUMP_THREAD > | thread |
| Unique pointer to the raw ELF thread data. | |
| std::map< REG, RVAL > | regs |
| Map of Arion universal register IDs to their decoded register values. | |
Structure holding the fully parsed register state for a thread retrieved from a core dump.
|
inline |
Builder for PARSED_COREDUMP_THREAD instances.
Map of Arion universal register IDs to their decoded register values.
| std::unique_ptr<ELF_COREDUMP_THREAD> arion::PARSED_COREDUMP_THREAD::thread |
Unique pointer to the raw ELF thread data.