1USER_ENABLE_BLOCK_ST(9) Kernel Internals USER_ENABLE_BLOCK_ST(9)
2
3
4
6 user_enable_block_step - step until branch in user-mode task
7
9 void user_enable_block_step(struct task_struct * task);
10
12 task
13 either current or a task stopped in TASK_TRACED
14
16 This can only be called when arch_has_block_step has returned nonzero,
17 and will never be called when single-instruction stepping is being
18 used. Set task so that when it returns to user mode, it will trap after
19 the next branch or trap taken.
20
21
22
23Kernel Hackers Manual 2.6. November 2011 USER_ENABLE_BLOCK_ST(9)