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


Parse-StackTrace documentation  | view source Contained in the Parse-StackTrace distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

Parse-StackTrace documentation  | view source Contained in the Parse-StackTrace distribution.