1USER_DISABLE_SINGLE_(9)        Kernel Internals        USER_DISABLE_SINGLE_(9)
2
3
4

NAME

6       user_disable_single_step - cancel user-mode single-step
7

SYNOPSIS

9       void user_disable_single_step(struct task_struct * task);
10

ARGUMENTS

12       task
13           either current or a task stopped in TASK_TRACED
14

DESCRIPTION

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.         June 2019           USER_DISABLE_SINGLE_(9)
Impressum