CACAO
Data Fields
trapinfo_t Struct Reference

Contains information about a decoded trap instruction. More...

Data Fields

int type
 Specific trap type (see md-trap.h). More...
 
intptr_t value
 Value (numeric or address) passed with the trap. More...
 

Detailed Description

Contains information about a decoded trap instruction.

Definition at line 42 of file trap.hpp.

Field Documentation

int trapinfo_t::type

Specific trap type (see md-trap.h).

Definition at line 43 of file trap.hpp.

intptr_t trapinfo_t::value

Value (numeric or address) passed with the trap.

Definition at line 44 of file trap.hpp.


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