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)
commit818a330c4e1be9c39fa7ca9221e044907d92b4bb
tree1341793bde170543839a96a71fd72350c8f04c1d
parent443fc8a3e01cef95f2c7c26605457d49e63da6b1
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
This page took 0.025507 seconds and 5 git commands to generate.