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)
commit67002814cf3b7265900003f6a49657847eeeb57d
tree47dd829a263cd5964ed533c4d2587ac50ead0d7d
parent9e2ca15322acc5a0a697305e02af9ce5ac881f66
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