Cyclone Scheme  0.28.0
Macros | Functions
Call history

Functions for maintaining call history. More...

Macros

#define Cyc_st_add(data, frame)
 Register a frame in the stack trace circular buffer. More...
 

Functions

void Cyc_st_print (void *data, FILE *out)
 Print the contents of the given thread's stack trace buffer. More...
 

Detailed Description

Functions for maintaining call history.

gc_thread_data_t
Definition: types.h:322
MAX_STACK_TRACES
#define MAX_STACK_TRACES
Definition: types.h:142