summaryrefslogtreecommitdiff
path: root/decoders/arm_etmv3/pd.py
AgeCommit message (Collapse)Author
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
The previous **kwargs some PDs had is not actually ever used, so drop it.
2015-04-02Fix a few decoding bugs with arm_etmv3.Petteri Aimonen
Fixed: - wrong address decoding for some branches - error in annotation lists for exception entry/exit - exception was being thrown for 0E0N p-header packets - fixes to objdump output parsing, better function name & source code matching New features: - added decoding of IRQ names for branch exception info - added support for -C option to objdump to decode C++ symbol names - put branches on the "Exceptions" annotation row when they contain exception info.
2015-03-02Add ARM TPIU/ITM/ETMv3 decodersPetteri Aimonen