mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
144 B
5 lines
144 B
|
3 years ago
|
#define PTRACE_GET_THREAD_AREA 25
|
||
|
|
#define PTRACE_SET_THREAD_AREA 26
|
||
|
|
#define PTRACE_GET_WATCH_REGS 0xd0
|
||
|
|
#define PTRACE_SET_WATCH_REGS 0xd1
|