函数逻辑报告 |
Source Code:include\linux\ptrace.h |
Create Date:2022-07-27 06:49:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ptrace_event - possibly stop for a ptrace event notification*@event: %PTRACE_EVENT_* value to report*@message: value for %PTRACE_GETEVENTMSG to return* Check whether @event is enabled and, if so, report @event and @message* to the ptrace parent.
函数原型:static inline void ptrace_event(int event, unsigned long message)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
int | event | |
unsigned long | message |
157 | 如果此条件成立可能性小(为编译器优化)(判断启用了跟踪)则 |
158 | ptrace_message等于message |
159 | ptrace_notify((event << 8) | SIGTRAP) |
160 | 否则如果event恒等于PTRACE_EVENT_EXEC则 |
162 | 如果ptrace按位与PT_PTRACED按位或SEIZE used, enable new behavior 的值的值恒等于PT_PTRACED则send_sig(SIGTRAP, 当前进程, 0) |
名称 | 描述 |
---|---|
do_exit | |
exec_binprm | |
ptrace_event_pid | ptrace_event_pid - possibly stop for a ptrace event notification*@event: %PTRACE_EVENT_* value to report*@pid: process identifier for %PTRACE_GETEVENTMSG to return* Check whether @event is enabled and, if so, report @event and @pid* to the ptrace parent |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |