Module Probes_lib.Raw_ptrace

These don't actually have anything to do with probes, they're just exposed versions of the C stubs used to start a process paused with ptrace and then detach from it.

The ability to start a paused process can be useful in other contexts.

val start : argv:string array -> pid
val detach : pid -> unit