Skip to content

Add PTRACE_EVENT_STOP to ptrace::Event #1334

Closed
@ranweiler

Description

@ranweiler

In #749, the ptrace::Event enum was introduced, and the constant for PTRACE_EVENT_STOP was remove due to lack of support in the upstream libc crate. The reason was documented here.

Since then, rust-lang/libc#1834 added upstream support for the needed constant. For context on the libc crate's supported libc versions, see the ongoing discussion here rust-lang/libc#1412.

The upshot is that we can now reintroduce it for platforms where it is supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions