1 2 3 4 5 6 7 8 9 10 11 12
{ %version=1.1 } {$mode delphi} type e = ( PTRACE_SINGLESTEP = 9, PT_STEP = PTRACE_SINGLESTEP ); begin end.