summaryrefslogtreecommitdiffstats
path: root/backtrace.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in backtrace parsing; add extractor for python-level backtracesDavid Malcolm2011-02-151-13/+59
* Cope with backtraces where the thread says "Thread 0xb78516c0 (LWP 17355)", r...David Malcolm2011-02-151-9/+10
* Move the various backtrace-parsing classes into a new file: backtrace.pyDavid Malcolm2009-12-031-0/+97