summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/dumpstack.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13csky: Fixup dead loop in show_stackGuo Ren1-0/+4
When STACKTRACE is enabled, we must pass fp as stack for unwind, otherwise random value in stack will casue a dead loop. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reported-by: Lu Baoquan <lu.baoquan@intellif.com>
2018-12-31csky: optimize kernel panic print.Guo Ren1-40/+19
Use STACKTRACE to optimize panic print more pretty and align registers printing. Signed-off-by: Guo Ren <ren_guo@c-sky.com>
2018-10-26csky: Debug and Ptrace GDBGuo Ren1-0/+66
This patch adds arch ptrace implementation, stack dump and bug.h. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>