-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
For debugger support, Haiku uses specific syscalls that opens a magic port with the kernel.
The kernel also installs a "nub thread" to the debugged process.
How exactly this is done is still not documented. However, all of this should technically be possible using ptrace and/or signals.
Reactions are currently unavailable