summaryrefslogtreecommitdiff
path: root/test/backtrace
AgeCommit message (Collapse)AuthorFilesLines
2010-08-20Make backtrace script a bit more genericMarcel Holtmann1-3/+3
2010-08-17Fix backtrace script formatting and mode bitsSamuel Ortiz1-10/+12
2010-08-17ConnMan backtrace supportSamuel Ortiz1-0/+55
Add a generic signal handler in order to dump ConnMan backtrace when crashing. The implementation is based on glibc backtrace() routines and thus can not resolve static function names. A little python wrapper over addr2line fixes that by taking a full backtrace from a complete connman log file.