Cthulhu  0.2.10
Cthulhu compiler collection
bt_error_t Struct Reference

system error handling callbacks More...

#include <backtrace.h>

Data Fields

bt_error_begin_t begin
 called once when a system error occurs More...
 
bt_error_end_t end
 called after all frames have been collected More...
 
bt_trace_t next
 called once for each frame More...
 
void * user
 user data to pass to the callbacks More...
 

Detailed Description

system error handling callbacks

Definition at line 88 of file backtrace.h.

Field Documentation

◆ begin

bt_error_begin_t bt_error_t::begin

called once when a system error occurs

Definition at line 91 of file backtrace.h.

◆ end

bt_error_end_t bt_error_t::end

called after all frames have been collected

Definition at line 94 of file backtrace.h.

◆ next

bt_trace_t bt_error_t::next

called once for each frame

Definition at line 97 of file backtrace.h.

◆ user

void* bt_error_t::user

user data to pass to the callbacks

Definition at line 100 of file backtrace.h.


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