Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann | |
The previous **kwargs some PDs had is not actually ever used, so drop it. | |||
2016-01-29 | arm_itm: Use objdump instead of addr2line. | Petteri Aimonen | |
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. | |||
2015-03-02 | Add ARM TPIU/ITM/ETMv3 decoders | Petteri Aimonen | |