commit | 24b45a12c21132e78e14f3aedf74bb1297228072 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue Nov 10 15:57:01 2009 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Mon Dec 14 08:40:09 2009 +0100 |
tree | dd06c0079e64f00e9e52caed191a84705c9552e3 | |
parent | 7cf79d59ea650ae82868a99cc2954871d2a239bf [diff] |
microblaze: Stack trace support This is working implemetation but the problem is that Microblaze misses frame pointer that's why is there big loop which trace and show all addresses which are in text. It shows addresses which are in registers, etc. This is problem and this is the reason why all Microblaze traces are wrong. There is an option to do hacks and trace the kernel code but this is too complicated. Signed-off-by: Michal Simek <monstr@monstr.eu>