Open
Description
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.