veecle / tricore-probe

Just like probe-run but targeting the Tricore-Architecture
Apache License 2.0
20 stars 5 forks source link

Refactor trap decoding and improve log output #2

Closed therealfrauholle closed 11 months ago

therealfrauholle commented 1 year ago

With this, it is still wonky how we decode trap metadata - we should actually obtain the currently installed trap table from the device instead of scanning an elf file.

However now the call stack can still be backtracked even if the trap information is missing or incorrect.

vE5li commented 11 months ago

Very nice PR :+1: