summaryrefslogtreecommitdiff
path: root/lib/unwarminder/backtrace.c (follow)
Commit message (Collapse)AuthorAge
* Remove unused return value variable in lib/unwarminder/backtrace.cMichael Sevakis2014-08-25
| | | | | | Stop the Android warning about it Change-Id: I2f01220004f128befaa5757786b8de174566cbb5
* unwarminder: make SP and PC visible on smaller screensMarcin Bukat2012-09-05
| | | | Change-Id: I78c0e6edb1ad097154885b9fa93d74616047cbc1
* Use shorter lines to show an ARM backtrace (so address fit on the clip zip ↵Bertrik Sikken2012-05-28
| | | | | | screen) Change-Id: Ib36c09a44230fbaaa119f756367f98bdc7756983
* arm: implement safe reads by intercepting the data abort handler.Amaury Pouly2012-04-06
| | | | | | | | | | | Implement functions to read from a memory location and indicate failure in case this is not possible. Since we do not have a MMU, intercept the data abort handler and simply return when the abort comes from the safe read routines. Change-Id: I08f2e59898dcac893319a8150d4cf626f3adabbd Reviewed-on: http://gerrit.rockbox.org/207 Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
* Arm stack unwinderMarcin Bukat2012-02-22
Simplified stack unwinder for ARM. This is port of http://www.mcternan.me.uk/ArmStackUnwinding/ backtrace() is called from UIE() on native targets and from panicf() on both native and ARM RaaA. Change-Id: I8e4b3c02490dd60b30aa372fe842d193b8929ce0