-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior
Description
Zig Version
0.14.1
Steps to Reproduce and Observed Behavior
Look at the manpage for ptrace(2), where PTRACE_SETOPTIONS
is being described. You will find a list of options, for example: PTRACE_O_EXITKILL
, PTRACE_O_TRACECLONE
, PTRACE_O_TRACEEXEC
, etc. I cannot find these options in the standard library. To replicate, you can search for "TRACEEXEC" in the standard library documentation or in the github repository. There are no results that are in the standard library.
Expected Behavior
The standard library should have all of the values in std.os.linux.PTRACE.O
.
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior