Query: user_enable_block_step
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USER_ENABLE_BLOCK_ST(9) Kernel Internals USER_ENABLE_BLOCK_ST(9)NAMEuser_enable_block_step - step until branch in user-mode taskSYNOPSISvoid user_enable_block_step(struct task_struct * task);ARGUMENTStask either current or a task stopped in TASK_TRACEDDESCRIPTIONThis can only be called when arch_has_block_step has returned nonzero, and will never be called when single-instruction stepping is being used. Set task so that when it returns to user mode, it will trap after the next branch or trap taken. Kernel Hackers Manual 2.6. July 2010 USER_ENABLE_BLOCK_ST(9)