summaryrefslogtreecommitdiff
path: root/lib/unwarminder
AgeCommit message (Expand)Author
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly
2016-12-12unwinder: in get__sp(), use the more correct "msr cpsr_c, ..." formAmaury Pouly
2015-01-12ARM unwinder for thumb: Fix broken MOV opcodeThomas Jarosch
2015-01-12Fix redThomas Jarosch
2015-01-12ARM unwinder for thumb: Fix broken SUB opcodeThomas Jarosch
2015-01-12ARM unwinder: Add missing 'register' variable in debug outputThomas Jarosch
2015-01-12ARM unwinder: Add missing va_end() call.Thomas Jarosch
2014-12-17Add newlines at the end of the fileThomas Jarosch
2014-08-25Remove unused return value variable in lib/unwarminder/backtrace.cMichael Sevakis
2013-05-23Fix return address when data_abort_handler skips faulting instruction.Boris Gjenero
2012-09-05unwarminder: make SP and PC visible on smaller screensMarcin Bukat
2012-06-07unwarminder: fix data_abort_handler (wrong address to UIE)Amaury Pouly
2012-05-28Use shorter lines to show an ARM backtrace (so address fit on the clip zip sc...Bertrik Sikken
2012-04-06arm: implement safe reads by intercepting the data abort handler.Amaury Pouly
2012-04-04arm: fix get_sp (missing return)Amaury Pouly
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz
2012-03-02Fix sanity check in UnwStartThumb() using the wrong registerThomas Jarosch
2012-02-22Arm stack unwinderMarcin Bukat