Function report |
Source Code:include\linux\ptrace.h |
Create Date:2022-07-28 05:49:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ptrace_init_task - initialize ptrace state for a new child*@child: new child task*@ptrace: true if child should be ptrace'd by parent's tracer* This is called immediately after adding @child to its parent's children* list
Proto:static inline void ptrace_init_task(struct task_struct *child, bool ptrace)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | child | |
bool | ptrace |
212 | jobctl = 0 |
213 | ptrace = 0 |
214 | parent = real_parent |
216 | If Value for the false possibility is greater at compile time(ptrace) && ptrace Then |
218 | __ptrace_link(child, parent, ptracer_cred) |
225 | Else ptracer_cred = NULL |
Name | Describe |
---|---|
copy_process | Create a new process |
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 |