]> git.baikalelectronics.ru Git - kernel.git/commit
s390/ptrace: add support for PTRACE_SINGLEBLOCK
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 14 Mar 2014 11:01:08 +0000 (12:01 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 14 Mar 2014 11:59:38 +0000 (12:59 +0100)
commit60323f60283672095ea6a92216243fa756ab6276
tree1341793bde170543839a96a71fd72350c8f04c1d
parent40de5d92f96fb7d321211bcf0b519fdf9c2d2e63
s390/ptrace: add support for PTRACE_SINGLEBLOCK

The PTRACE_SINGLEBLOCK option is used to get control whenever
the inferior has executed a successful branch. The PER option to
implement block stepping is successful-branching event, bit 32
in the PER-event mask.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/ptrace.h
arch/s390/include/asm/thread_info.h
arch/s390/include/uapi/asm/ptrace.h
arch/s390/kernel/ptrace.c