Query: user_disable_single_step
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USER_DISABLE_SINGLE_(9) Kernel Internals USER_DISABLE_SINGLE_(9)NAMEuser_disable_single_step - cancel user-mode single-stepSYNOPSISvoid user_disable_single_step(struct task_struct * task);ARGUMENTStask either current or a task stopped in TASK_TRACEDDESCRIPTIONClear task of the effects of user_enable_single_step and user_enable_block_step. This can be called whether or not either of those was ever called on task, and even if arch_has_single_step returned zero. Kernel Hackers Manual 2.6. July 2010 USER_DISABLE_SINGLE_(9)