package ocaml-probes

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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