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

NAME

6       user_enable_single_step - single-step in user-mode task
7

SYNOPSIS

9       void user_enable_single_step(struct task_struct * task);
10

ARGUMENTS

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

DESCRIPTION

16       This can only be called when arch_has_single_step has returned nonzero.
17       Set task so that when it returns to user mode, it will trap after the
18       next single instruction executes. If arch_has_block_step is defined,
19       this must clear the effects of user_enable_block_step too.
20
21
22
23Kernel Hackers Manual 2.6.         June 2019           USER_ENABLE_SINGLE_S(9)
Impressum