Function report |
Source Code:arch\x86\kernel\ptrace.c |
Create Date:2022-07-28 07:51:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_flags
Proto:static int set_flags(struct task_struct *task, unsigned long value)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
unsigned long | value |
347 | regs = task_pt_regs(task) |
354 | If value & X86_EFLAGS_TF Then clear_tsk_thread_flag(task, rue if TF in eflags artificially ) |
356 | Else if test_tsk_thread_flag(task, rue if TF in eflags artificially ) Then value |= X86_EFLAGS_TF |
361 | Return 0 |
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 |