1USER_DISABLE_SINGLE_(9) Kernel Internals USER_DISABLE_SINGLE_(9)
2
3
4
6 user_disable_single_step - cancel user-mode single-step
7
9 void user_disable_single_step(struct task_struct * task);
10
12 task
13 either current or a task stopped in TASK_TRACED
14
16 Clear task of the effects of user_enable_single_step and
17 user_enable_block_step. This can be called whether or not either of
18 those was ever called on task, and even if arch_has_single_step
19 returned zero.
20
21
22
23Kernel Hackers Manual 2.6. November 2011 USER_DISABLE_SINGLE_(9)