1SSDD(8) System Manager's Manual SSDD(8)
2
3
4
6 ssdd - have a tracer do a bunch of PTRACE_SINGLESTEPs
7
9 ssdd <options>
10
12 Have a tracer do a bunch of PTRACE_SINGLESTEPs against a tracee as fast
13 as possible. Create several of these tracer/tracee pairs and see if
14 they can be made to interfere with each other. The tracer waits on
15 each PTRACE_SINGLESTEP with a waitpid(2) and checks that waitpid's
16 return values for correctness.
17
19 -f, --forks number of tracer/tracee pairs to fork off. Default is 10.
20
21 -i, --iters
22 number of PTRACE_SINGLESTEP iterations to do before declaring
23 success, for each tracer/ tracee pair set up. Default is 10,000.
24
25 -h, --help
26 Display usage
27
28
30 ssdd was written by Joe Korty <joe.korty@concurrent-rt.com>
31
32 This manual page was written by John Kacur <jkacur@redhat.com>
33
34
35
36
37 June 13, 2019 SSDD(8)