Changes for version 0.05
- Add the text and text_lines accessors to Parse::StackTrace.
- Make the "traces" accessor actually return threads in the order they were parsed. (It was returning them in numerical order instead.)
Modules
Parse the text representation of a stack trace into an object.
Exceptions that can be thrown by Parse::StackTrace modules
A single frame (containing a single function) from a stack trace.
A single thread (or the only thread) of a stack trace.
A stack trace produced by GDB, the GNU Debugger
A GDB stack frame
A thread from a GDB stack trace
A stack trace produced by python
A frame from a Python stack trace
A thread from a Python stack trace.