[all-commits] [llvm/llvm-project] f0fd43: [crashlog] Print the actual exception in the Comma...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Nov 3 11:51:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0fd4349a78aff99b7e2214bf1ffe9e352201de3
https://github.com/llvm/llvm-project/commit/f0fd4349a78aff99b7e2214bf1ffe9e352201de3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M lldb/examples/python/crashlog.py
Log Message:
-----------
[crashlog] Print the actual exception in the CommandReturnObject
Before:
error: python exception <class 'AttributeError'>
After:
error: python exception: 'DarwinImage' object has no attribute 'debugger'
More information about the All-commits
mailing list