Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_arm64::elf_prstatus Struct Reference

Structure for a process status ELF note (NT_PRSTATUS) for AArch64, containing general registers. More...

#include <lnx_arch_arm64.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.
 

Detailed Description

Structure for a process status ELF note (NT_PRSTATUS) for AArch64, containing general registers.

Member Data Documentation

◆ common

struct arion_lnx_type::elf_prstatus_common arion_lnx_arm64::elf_prstatus::common

Common process status fields (pid, signal info, etc.).

◆ pr_fpvalid

int arion_lnx_arm64::elf_prstatus::pr_fpvalid

Flag indicating whether floating-point registers are valid.

◆ pr_reg

elf_gregset_t arion_lnx_arm64::elf_prstatus::pr_reg

The general-purpose registers captured.


The documentation for this struct was generated from the following file: