Guo Ren 0ea2dc7cd6 csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could
unwind the stack with:
	fp = *fp
	lr = (unsigned int *)fp[1]

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
2018-12-31 23:12:22 +08:00
..
2018-11-01 10:52:27 +08:00
2018-10-25 23:36:19 +08:00
2018-12-31 23:12:22 +08:00
2018-12-31 23:12:22 +08:00
2018-10-26 00:54:25 +08:00
2018-12-31 23:12:22 +08:00
2018-11-01 10:52:26 +08:00
2018-12-31 23:12:22 +08:00