Changes for version 0.08
- The GDB parser wasn't recognizing frames without memory locations whose names started with an underscore or asterisk.
- Allow for hex thread ids that don't start with 0x.
- Add the is_crash accessor to frames.
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.