]> asedeno.scripts.mit.edu Git - linux.git/commit
csky: Debug and Ptrace GDB
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:19 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 16:54:25 +0000 (00:54 +0800)
commit2ce36bfa6a0904524baed699ad78706e50295f84
tree830abbd96e53dd36881e2a80868e4c8679ca88c1
parentda551281947cb2c0ab6e0045529a706af5d79584
csky: Debug and Ptrace GDB

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>
arch/csky/include/asm/bug.h [new file with mode: 0644]
arch/csky/include/uapi/asm/ptrace.h [new file with mode: 0644]
arch/csky/kernel/dumpstack.c [new file with mode: 0644]
arch/csky/kernel/ptrace.c [new file with mode: 0644]