cygwin_stackdump
#include <sys/cygwin.h>
void cygwin_stackdump(void);
void cygwin_stackdump(
void)
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.