From: Petteri Aimonen Date: Sat, 7 Mar 2015 13:55:18 +0000 (+0200) Subject: Fix a few decoding bugs with arm_etmv3. X-Git-Tag: libsigrokdecode-0.4.0~125 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=1c023fab6542d33b3e1c7f32504c0fcc9495dfb1;hp=1c023fab6542d33b3e1c7f32504c0fcc9495dfb1;p=libsigrokdecode.git Fix a few decoding bugs with arm_etmv3. 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. ---