Closed
Description
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
Labels
No labels