Function report |
Source Code:arch\x86\kernel\step.c |
Create Date:2022-07-28 07:52:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_task_blockstep
Proto:void set_task_blockstep(struct task_struct *task, bool on)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
bool | on |
181 | local_irq_disable() |
182 | debugctl = get_debugctlmsr() |
183 | If on Then |
184 | debugctl |= single-step on branches |
186 | Else |
187 | debugctl &= ~single-step on branches |
190 | If task == current process Then update_debugctlmsr(debugctl) |
Name | Describe |
---|---|
enable_step | Enable single or block step. |
user_disable_single_step | |
arch_uprobe_pre_xol | arch_uprobe_pre_xol - prepare to execute out of line.*@auprobe: the probepoint information.*@regs: reflects the saved user state of current task. |
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 |