Skip to content

Missing PTRACE_SETOPTIONS option values #24982

@pmovzxdq

Description

@pmovzxdq

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

No one assigned

    Labels

    bugObserved behavior contradicts documented or intended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions