| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Stop the Android warning about it
Change-Id: I2f01220004f128befaa5757786b8de174566cbb5
|
| |
|
|
| |
Change-Id: I78c0e6edb1ad097154885b9fa93d74616047cbc1
|
| |
|
|
|
|
| |
screen)
Change-Id: Ib36c09a44230fbaaa119f756367f98bdc7756983
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
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
|