Re: [PATCH v7 23/37] nds32: Debugging support

2018-02-14 Thread Arnd Bergmann
On Tue, Feb 13, 2018 at 10:09 AM, Greentime Hu wrote: > This patch adds ptrace support. > > Signed-off-by: Vincent Chen > Signed-off-by: Greentime Hu This new version looks good to me, Acked-by: Arnd Bergmann

[PATCH v7 23/37] nds32: Debugging support

2018-02-13 Thread Greentime Hu
This patch adds ptrace support. Signed-off-by: Vincent Chen Signed-off-by: Greentime Hu --- arch/nds32/include/uapi/asm/ptrace.h | 25 arch/nds32/kernel/ptrace.c | 119 +++ 2 files changed, 144 insertions(+) create mode 100644 arch/nds32/incl