Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
sentry_ucontext_s Struct Reference

This represents the OS dependent user context in the case of a crash, and can be used to manually capture a crash. More...

#include <sentry.h>

Public Attributes

int signum
 
siginfo_t * siginfo
 
ucontext_t * user_context
 

Detailed Description

This represents the OS dependent user context in the case of a crash, and can be used to manually capture a crash.

Member Data Documentation

◆ siginfo

siginfo_t* sentry_ucontext_s::siginfo

◆ signum

int sentry_ucontext_s::signum

◆ user_context

ucontext_t* sentry_ucontext_s::user_context

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