Function report |
Source Code:include\linux\ptrace.h |
Create Date:2022-07-28 05:49:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static inline void ptrace_event(int event, unsigned long message)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | event | |
unsigned long | message |
158 | ptrace_message = message |
159 | ptrace_notify((event << 8) | SIGTRAP) |
160 | Else if event == PTRACE_EVENT_EXEC Then |
162 | If (ptrace & (PT_PTRACED | SEIZE used, enable new behavior )) == PT_PTRACED Then send_sig(SIGTRAP, current process, 0) |
Name | Describe |
---|---|
do_exit | |
exec_binprm |
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 |