]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit65411bb686a95c2b98268431ace3def4badcd685
tree47dd829a263cd5964ed533c4d2587ac50ead0d7d
parent12b0c708f1aca559cb8b773675ca722fc5a86919
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