From: Petteri Aimonen Date: Sun, 10 Jan 2016 17:23:55 +0000 (+0200) Subject: arm_itm: Use objdump instead of addr2line. X-Git-Tag: libsigrokdecode-0.4.0~5 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=27c69645218c7cc88c991c8c18b585ffd092acc0;hp=27c69645218c7cc88c991c8c18b585ffd092acc0;p=libsigrokdecode.git arm_itm: Use objdump instead of addr2line. This improves speed and fixes bug 564. Code is somewhat of a copypaste from the arm_etm counterpart, but there are enough differences that it is easier to keep separate copy of the objdump parsing in each. ---