• Michal Simek's avatar
    microblaze: Stack trace support · 24b45a12
    Michal Simek authored
    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: default avatarMichal Simek <monstr@monstr.eu>
    24b45a12
stacktrace.c 1.43 KB