index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
unwarminder
Age
Commit message (
Expand
)
Author
2017-09-05
Initial commit for the Sony NWZ linux port
Amaury Pouly
2016-12-12
unwinder: in get__sp(), use the more correct "msr cpsr_c, ..." form
Amaury Pouly
2015-01-12
ARM unwinder for thumb: Fix broken MOV opcode
Thomas Jarosch
2015-01-12
Fix red
Thomas Jarosch
2015-01-12
ARM unwinder for thumb: Fix broken SUB opcode
Thomas Jarosch
2015-01-12
ARM unwinder: Add missing 'register' variable in debug output
Thomas Jarosch
2015-01-12
ARM unwinder: Add missing va_end() call.
Thomas Jarosch
2014-12-17
Add newlines at the end of the file
Thomas Jarosch
2014-08-25
Remove unused return value variable in lib/unwarminder/backtrace.c
Michael Sevakis
2013-05-23
Fix return address when data_abort_handler skips faulting instruction.
Boris Gjenero
2012-09-05
unwarminder: make SP and PC visible on smaller screens
Marcin Bukat
2012-06-07
unwarminder: fix data_abort_handler (wrong address to UIE)
Amaury Pouly
2012-05-28
Use shorter lines to show an ARM backtrace (so address fit on the clip zip sc...
Bertrik Sikken
2012-04-06
arm: implement safe reads by intercepting the data abort handler.
Amaury Pouly
2012-04-04
arm: fix get_sp (missing return)
Amaury Pouly
2012-03-26
build system: unify/simplify library handling a bit.
Thomas Martitz
2012-03-02
Fix sanity check in UnwStartThumb() using the wrong register
Thomas Jarosch
2012-02-22
Arm stack unwinder
Marcin Bukat