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

NAME

Parse::StackTrace::Type::GDB - A stack trace produced by GDB, the GNU Debugger

DESCRIPTION

This is an implementation of Parse::StackTrace for GDB traces.

The parser assumes that the text it is parsing contains only one stack trace, so all detected threads and frames are part of a single trace.

GDB stack traces come in various levels of quality (some have threads, some don't, some have symbols, some don't, etc.). The parser deals with that just fine, but you should not expect all fields of threads and frames to always be populated.

SEE ALSO

Parse::StackTrace::Type::GDB::Thread
Parse::StackTrace::Type::GDB::Frame