Re: [PATCH 09/14] nds32: define syscall_get_arch()

2019-03-17 Thread Greentime Hu
Vincent Chen 於 2019年3月5日 週二 上午7:50寫道: > > Dmitry V. Levin 於 2019年2月27日 週三 下午11:30寫道: > > > > > syscall_get_arch() is required to be implemented on all architectures > > in addition to already implemented syscall_get_nr(), > > syscall_get_arguments(), syscall_get_error(), and > >

Re: [PATCH 09/14] nds32: define syscall_get_arch()

2019-03-05 Thread Vincent Chen
Dmitry V. Levin 於 2019年2月27日 週三 下午11:30寫道: > > syscall_get_arch() is required to be implemented on all architectures > in addition to already implemented syscall_get_nr(), > syscall_get_arguments(), syscall_get_error(), and > syscall_get_return_value() functions in order to extend the generic >

[PATCH 09/14] nds32: define syscall_get_arch()

2019-02-27 Thread Dmitry V. Levin
syscall_get_arch() is required to be implemented on all architectures in addition to already implemented syscall_get_nr(), syscall_get_arguments(), syscall_get_error(), and syscall_get_return_value() functions in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request.

[PATCH 09/14] nds32: define syscall_get_arch()

2019-01-09 Thread Dmitry V. Levin
syscall_get_arch() is required to be implemented on all architectures in addition to already implemented syscall_get_nr(), syscall_get_arguments(), syscall_get_error(), and syscall_get_return_value() functions in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request.