Adding upstream version 1.65.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5189956325
commit
32b8eb3fd7
4153 changed files with 2487292 additions and 0 deletions
12
include/linux/s390x/bits/ptrace.h
Normal file
12
include/linux/s390x/bits/ptrace.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#define PTRACE_SINGLEBLOCK 12
|
||||
#define PTRACE_OLDSETOPTIONS 21
|
||||
#define PTRACE_SYSEMU 31
|
||||
#define PTRACE_SYSEMU_SINGLESTEP 32
|
||||
#define PTRACE_PEEKUSR_AREA 0x5000
|
||||
#define PTRACE_POKEUSR_AREA 0x5001
|
||||
#define PTRACE_GET_LAST_BREAK 0x5006
|
||||
#define PTRACE_ENABLE_TE 0x5009
|
||||
#define PTRACE_DISABLE_TE 0x5010
|
||||
#define PTRACE_TE_ABORT_RAND 0x5011
|
||||
|
||||
#define PT_STEPBLOCK PTRACE_SINGLEBLOCK
|
Loading…
Add table
Add a link
Reference in a new issue