Function report |
Source Code:arch\x86\kernel\step.c |
Create Date:2022-07-28 07:52:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Enable single or block step.
Proto:static void enable_step(struct task_struct *child, bool block)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | child | |
bool | block |
207 | If Enable single-stepping. Return nonzero if user mode is not using TF itself. && block Then set_task_blockstep(child, true) |
209 | Else if test_tsk_thread_flag(child, set when we want DEBUGCTLMSR_BTF ) Then set_task_blockstep(child, false) |
Name | Describe |
---|---|
user_enable_single_step | |
user_enable_block_step |
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 |