Skip to content
Commit 0ea2dc7c authored by Guo Ren's avatar Guo Ren
Browse files

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: default avatarGuo Ren <ren_guo@c-sky.com>
parent 859e5f45
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment