libcosmos
Linux C++ System Programming Library
|
Additional data delivered with SIGBUS signals. More...
#include <SigInfo.hxx>
Public Types | |
enum class | Reason : int { ALIGNMENT = BUS_ADRALN , NOT_EXISTING = BUS_ADRERR , OBJECT_ERROR = BUS_OBJERR , MCE_ACTION_REQUIRED = BUS_MCEERR_AR , MCE_ACTION_OPTIONAL = BUS_MCEERR_AO } |
Different reasons for delivering a SIGBUS signal. More... | |
Public Attributes | |
Reason | reason |
The reason why SIGBUS was delivered. | |
std::optional< short > | addr_lsb |
For Reason::MCE_ACTION_REQUIRED and Reason::MCE_ACTION_OPTIONAL this contains the least significant bit of the reported address. | |
![]() | |
void * | addr |
The address of the fault / trap. | |
Additional data delivered with SIGBUS signals.
Definition at line 300 of file SigInfo.hxx.
|
strong |
Different reasons for delivering a SIGBUS signal.
Definition at line 304 of file SigInfo.hxx.
std::optional<short> cosmos::SigInfo::BusData::addr_lsb |
For Reason::MCE_ACTION_REQUIRED and Reason::MCE_ACTION_OPTIONAL this contains the least significant bit of the reported address.
Definition at line 317 of file SigInfo.hxx.
Reason cosmos::SigInfo::BusData::reason |
The reason why SIGBUS was delivered.
Definition at line 315 of file SigInfo.hxx.