Function report |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-28 08:47:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called after single-stepping. To avoid the SMP problems that can* occur when we temporarily put back the original opcode to* single-step, we single-stepped a copy of the instruction.* This function prepares to resume execution after the single-step.
Proto:int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct arch_uprobe * | auprobe | |
struct pt_regs * | regs |
962 | send_sigtrap = saved_tf |
963 | err = 0 |
965 | WARN_ON_ONCE(trap_nr != UPROBE_TRAP_NR) |
966 | trap_nr = saved_trap_nr |
968 | If post_xol Then |
970 | If err Then |
987 | If send_sigtrap Then send_sig(SIGTRAP, current process, 0) |
990 | If Not saved_tf Then flags &= ~X86_EFLAGS_TF |
993 | Return err |
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 |