summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake/exceptions: Handle reports from the field of exception code failuresRichard Purdie2012-05-251-1/+8
* bb.exceptions: don't choke on frames without argumentsChris Larson2011-06-081-0/+3
* bb.exceptions: don't show a repr of 'self'Chris Larson2011-06-081-3/+20
* bb.exceptions: handle tb entries without contextChris Larson2011-06-081-2/+5
* bb.exceptions: add to_string convenience functionChris Larson2011-06-081-0/+6
* bb.exceptions: add code to create pickleable traceback entriesChris Larson2011-06-081-0/+55