函数逻辑报告 |
Source Code:arch\x86\kernel\ptrace.c |
Create Date:2022-07-27 08:51:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Handle PTRACE_POKEUSR calls for the debug register area.
函数原型:static int ptrace_set_debugreg(struct task_struct *tsk, int n, unsigned long val)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | tsk | |
int | n | |
unsigned long | val |
689 | thread等于* New fields for task_struct should be added above here, so that * they are included in the randomized portion of task_struct. |
694 | rc等于ptrace_set_breakpoint_addr(tsk, n, val) |
695 | 否则如果n恒等于6则 |
697 | rc等于0 |
698 | 否则如果n恒等于7则 |
703 | 返回:rc |
名称 | 描述 |
---|---|
arch_ptrace |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |