The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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