Name

cygwin_stackdump

Synopsis

#include <sys/cygwin.h>

void cygwin_stackdump(void);

Description

Outputs a stackdump to stderr from the called location.

Note: This function only has an effect the first time it is called by a process.

Note: This function is deprecated.