Changes for version 0.04
- Add the thread_with_crash method to Parse::StackTrace.
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.