Skip to content

ptrace support #56

Open
Open
@trungnt2910

Description

@trungnt2910

This syscall is crucial for debugging support on blink, which may aid development in many scenarios.

While Linux ptrace is quite a unique call, it can be emulated using a technique called "cooperative debugging", used by the Darling project to emulate macOS ptrace without having to actually rely on the host's ptrace.

The approach uses an internal signal, which I believe blink already does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsyscallsIssues relating to Linux Kernel system call ABI emulation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions