On Tue, Jan 23, 2018 at 8:28 AM, Vincent Chen wrote:
> 2018-01-18 18:37 GMT+08:00 Arnd Bergmann :
>> On Mon, Jan 15, 2018 at 6:53 AM, Greentime Hu wrote:
>>> From: Greentime Hu
>>
>> It appears that you are implementing the old-style ptrace handling
>> with architecture specific commands. Pleas
2018-01-18 18:37 GMT+08:00 Arnd Bergmann :
> On Mon, Jan 15, 2018 at 6:53 AM, Greentime Hu wrote:
>> From: Greentime Hu
>>
>> This patch adds ptrace support.
>>
>> Signed-off-by: Vincent Chen
>> Signed-off-by: Greentime Hu
>
> I must have missed this patch earlier, unfortunately I don't think
>
On Mon, Jan 15, 2018 at 6:53 AM, Greentime Hu wrote:
> From: Greentime Hu
>
> This patch adds ptrace support.
>
> Signed-off-by: Vincent Chen
> Signed-off-by: Greentime Hu
I must have missed this patch earlier, unfortunately I don't think
this is ready:
> +long arch_ptrace(struct task_struct
From: 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 | 311 ++
2 files changed, 336 insertions(+)
create mode 10064