libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::SigInfo::FaultData Struct Reference

Additional data found in SigInfo for one of the memory fault / trap signals. More...

#include <SigInfo.hxx>

+ Inheritance diagram for cosmos::SigInfo::FaultData:

Public Attributes

void * addr
 The address of the fault / trap.
 

Detailed Description

Additional data found in SigInfo for one of the memory fault / trap signals.

The data for fault type signals is quite complex. There are some fields only available on certain architectures like IA64, Alpha and Sparc (all discontinued architectures). These are not currently covered here.

This is only a base type for more concrete fault data like IllData delivered with SIGILL.

Definition at line 209 of file SigInfo.hxx.

Member Data Documentation

◆ addr

void* cosmos::SigInfo::FaultData::addr

The address of the fault / trap.

Definition at line 212 of file SigInfo.hxx.


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