mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-18 17:12:22 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
10 lines
315 B
C
10 lines
315 B
C
#define PTRACE_GET_THREAD_AREA 25
|
|
#define PTRACE_SET_THREAD_AREA 26
|
|
#define PTRACE_PEEKTEXT_3264 0xc0
|
|
#define PTRACE_PEEKDATA_3264 0xc1
|
|
#define PTRACE_POKETEXT_3264 0xc2
|
|
#define PTRACE_POKEDATA_3264 0xc3
|
|
#define PTRACE_GET_THREAD_AREA_3264 0xc4
|
|
#define PTRACE_GET_WATCH_REGS 0xd0
|
|
#define PTRACE_SET_WATCH_REGS 0xd1
|