csky: Fixup gdbmacros.txt with name sp in thread_struct
authorGuo Ren <guoren@linux.alibaba.com>
Thu, 14 May 2020 08:04:31 +0000 (16:04 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Thu, 14 May 2020 16:16:18 +0000 (00:16 +0800)
commit4a0a892d655193cdcb000b8f5b34f99d5f2541cc
tree47dd829a263cd5964ed533c4d2587ac50ead0d7d
parent853e797eaa781038d20b53b7896c350dca1e6117
csky: Fixup gdbmacros.txt with name sp in thread_struct

The gdbmacros.txt use sp in thread_struct, but csky use ksp. This
cause bttnobp fail to excute.

TODO:
 - Still couldn't display the contents of stack.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/include/asm/processor.h
arch/csky/include/asm/thread_info.h
arch/csky/kernel/asm-offsets.c
arch/csky/kernel/process.c