Function report |
Source Code:arch\x86\kernel\traps.c |
Create Date:2022-07-28 07:32:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_int3
Proto:__attribute__((__externally_visible__)) void notrace do_int3(struct pt_regs *regs, long error_code)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pt_regs * | regs | |
long | error_code |
584 | If poke_int3_handler(regs) Then Return |
603 | If kprobe_int3_handler(regs) Then Go to exit |
607 | If notify_die(DIE_INT3, "int3", regs, error_code, X86_TRAP_BP, SIGTRAP) == Clean way to return from the notifier and stop further calls. Then Go to exit |
612 | do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, error_code, 0, NULL) |
615 | exit : |
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 |