Function report |
Source Code:include\linux\tracehook.h |
Create Date:2022-07-28 07:30:09 |
| Last Modify:2020-03-16 18:56:00 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:racehook_signal_handler - signal handler setup is complete*@stepping: nonzero if debugger single-step or block-step in use* Called by the arch code after a signal handler has been set up.* Register and stack state reflects the user handler about to run.
Proto:static inline void tracehook_signal_handler(int stepping)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| int | stepping |
| 145 | If stepping Then ptrace_notify(SIGTRAP) |
| Name | Describe |
|---|---|
| signal_delivered | signal_delivered - *@ksig: kernel signal struct*@stepping: nonzero if debugger single-step or block-step in use* This function should be called when a signal has successfully been* delivered |
| 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 |