函数逻辑报告 |
Source Code:arch\x86\kernel\step.c |
Create Date:2022-07-27 08:52:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Enable single-stepping. Return nonzero if user mode is not using TF itself.
函数原型:static int enable_single_step(struct task_struct *child)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | child |
113 | regs等于task_pt_regs(child) |
126 | 如果此条件成立可能性小(为编译器优化)(test_tsk_thread_flag(child, able singlestep on user return))则flags或等于X86_EFLAGS_TF |
134 | Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available: |
139 | flags或等于X86_EFLAGS_TF |
150 | 如果is_setting_trap_flag(child, regs)则 |
151 | 清除线程指定标志 |
152 | 返回:0 |
162 | Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available: |
164 | 返回:1 |
名称 | 描述 |
---|---|
enable_step | Enable single or block step. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |