The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::CStacktrace - C stacktraces for GNU systems

VERSION

version 0.004

SYNOPSIS

 say for stacktrace(128);

DESCRIPTION

This module exports one function, stacktrace, that returns a list.

FUNCTIONS

stacktrace($max_depth)

Return a list of called functions, and their locations.

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.