summaryrefslogtreecommitdiffstats
path: root/lib/unwarminder
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly4-3/+4
2016-12-12unwinder: in get__sp(), use the more correct "msr cpsr_c, ..." formAmaury Pouly1-3/+3
2015-01-12ARM unwinder for thumb: Fix broken MOV opcodeThomas Jarosch1-2/+2
2015-01-12Fix redThomas Jarosch1-1/+1
2015-01-12ARM unwinder for thumb: Fix broken SUB opcodeThomas Jarosch1-1/+1
2015-01-12ARM unwinder: Add missing 'register' variable in debug outputThomas Jarosch1-2/+2
2015-01-12ARM unwinder: Add missing va_end() call.Thomas Jarosch1-0/+1
2014-12-17Add newlines at the end of the fileThomas Jarosch2-2/+2
2014-08-25Remove unused return value variable in lib/unwarminder/backtrace.cMichael Sevakis1-3/+1
2013-05-23Fix return address when data_abort_handler skips faulting instruction.Boris Gjenero1-1/+1
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