Function report |
Source Code:kernel\ptrace.c |
Create Date:2022-07-28 09:13:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__ptrace_unlink - unlink ptracee and restore its execution state*@child: ptracee to be unlinked* Remove @child from the ptrace list, move it back to the original parent,* and restore the execution state so that it conforms to the group stop* state
Proto:void __ptrace_unlink(struct task_struct *child)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | child |
128 | Tracer's credentials at attach: = NULL |
132 | ptrace = 0 |
156 | If Not (siglock protected & signr of the last group stop ) Then siglock protected |= SIGSTOP |
166 | If siglock protected & JOBCTL_STOP_PENDING || task_is_traced(child) Then ptrace_signal_wake_up(child, true) |
169 | spin_unlock( & siglock) |
Name | Describe |
---|---|
__ptrace_detach | Called with tasklist_lock held for writing |
ptrace_unlink |
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 |