Function report |
Source Code:kernel\ptrace.c |
Create Date:2022-07-28 09:13:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ptrace_getsiginfo
Proto:static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | child | |
kernel_siginfo_t * | info |
679 | If lock_task_sighand(child, & flags) Then |
681 | If Value is more likely to compile time(last_siginfo != NULL) Then |
682 | copy_siginfo(info, last_siginfo) |
683 | error = 0 |
685 | unlock_task_sighand(child, & flags) |
687 | Return error |
Name | Describe |
---|---|
ptrace_request | |
compat_ptrace_request |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |