A 64-bit RISC-V CPU context (register state) carried in a minidump file.
More...
#include "minidump/minidump_context.h"
|
uint32_t | context_flags |
| Indicates the validity of fields in this structure.
|
|
uint32_t | version |
| The structure’s version number.
|
|
uint64_t | pc |
| The program counter register.
|
|
uint64_t | regs [31] |
| The integer registers, x1 through x31.
|
|
uint64_t | fpregs [32] |
| The floating point registers.
|
|
uint32_t | fcsr |
| The floating point control and status register.
|
|
|
static constexpr uint32_t | kVersion = 1 |
| The structure’s currently-defined version number.
|
|
A 64-bit RISC-V CPU context (register state) carried in a minidump file.
This structure is versioned. Increment |kVersion| when changing this structure.
The documentation for this struct was generated from the following file:
- minidump/minidump_context.h