commit | 848e8f5f0ad3169560c516fff6471be65f76e69f | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Fri Aug 03 17:31:46 2012 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Sat Sep 15 17:37:28 2012 +0200 |
tree | 9dac513988974bcbe948529f1565db03d981727b | |
parent | bdc1e47217315be14ba04881b0a4c8ecb3ff320c [diff] |
ptrace/x86: Introduce set_task_blockstep() helper No functional changes, preparation for the next fix and for uprobes single-step fixes. Move the code playing with TIF_BLOCKSTEP/DEBUGCTLMSR_BTF into the new helper, set_task_blockstep(). Signed-off-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>