Structure for a process status ELF note (NT_PRSTATUS) for x86 (32-bit), containing general registers. More...
#include <lnx_arch_x86.hpp>
Public Attributes | |
| struct arion_lnx_type::elf_prstatus_common | common |
| Common process status fields (pid, signal info, etc.). | |
| elf_gregset_t | pr_reg |
| The general-purpose registers captured. | |
| int | pr_fpvalid |
| Flag indicating whether floating-point registers are valid. | |
Structure for a process status ELF note (NT_PRSTATUS) for x86 (32-bit), containing general registers.
| struct arion_lnx_type::elf_prstatus_common arion_lnx_x86::elf_prstatus::common |
Common process status fields (pid, signal info, etc.).
| int arion_lnx_x86::elf_prstatus::pr_fpvalid |
Flag indicating whether floating-point registers are valid.
| elf_gregset_t arion_lnx_x86::elf_prstatus::pr_reg |
The general-purpose registers captured.