Cyclone Scheme  0.9
Functions
Call history

Functions for maintaining call history. More...

Functions

void Cyc_st_add (void *data, char *frame)
 Register a frame in the stack trace circular buffer. More...
 
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.