Function report |
Source Code:include\linux\sched\signal.h |
Create Date:2022-07-28 05:40:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ptrace_signal_wake_up
Proto:static inline void ptrace_signal_wake_up(struct task_struct *t, bool resume)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t | |
bool | resume |
390 | signal_wake_up_state(t, resume ? __TASK_TRACED : 0) |
Name | Describe |
---|---|
__ptrace_unlink | __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 |
ptrace_request | |
ptrace_trap_notify | ptrace_trap_notify - schedule trap to notify ptracer*@t: tracee wanting to notify tracer* This function schedules sticky ptrace trap which is cleared on the next* TRAP_STOP to notify ptracer of an event. @t must have been seized by* ptracer. |
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 |