commit | 1c182a628075af7431edb8155601740867b5ae51 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Dec 03 11:09:10 2013 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Dec 16 14:37:44 2013 +0100 |
tree | 8e7b6ef1e8fd3a4d57254191a1f6e43cb7f59953 | |
parent | dea24190fbfb340dea5224e32161955514bef31b [diff] |
s390/ptrace: simplify enable/disable single step The user_enable_single_step() and user_disable_sindle_step() functions are always called on the inferior, never for the currently active process. Remove the unnecessary check for the current process and the update_cr_regs() call from the enable/disable functions. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>