summaryrefslogtreecommitdiffstats
path: root/lib/unwarminder
AgeCommit message (Expand)AuthorFilesLines
2012-09-05unwarminder: make SP and PC visible on smaller screensMarcin Bukat1-1/+1
2012-06-07unwarminder: fix data_abort_handler (wrong address to UIE)Amaury Pouly1-1/+0
2012-05-28Use shorter lines to show an ARM backtrace (so address fit on the clip zip sc...Bertrik Sikken1-2/+2
2012-04-06arm: implement safe reads by intercepting the data abort handler.Amaury Pouly4-6/+181
2012-04-04arm: fix get_sp (missing return)Amaury Pouly1-0/+1
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz1-7/+8
2012-03-02Fix sanity check in UnwStartThumb() using the wrong registerThomas Jarosch1-1/+1
2012-02-22Arm stack unwinderMarcin Bukat15-0/+2555