package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.08.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.08.1.tar.gz
sha256=b53ed3d487b83fd49bc181bded066ae8e6fb592cf40514261d27d36050d5db85
md5=723b6bfe8cf5abcbccc6911143f71055

doc/raw_spacetime_lib/Raw_spacetime_lib/Frame_table/index.html

Module Raw_spacetime_lib.Frame_table

type t

A value of type t corresponds to the frame table of a running OCaml program. The table is indexed by program counter address (typically, but not always when using Spacetime, return addresses).

val find_exn : Program_counter.OCaml.t -> t -> Printexc.Slot.t list

Find the location, including any inlined frames, corresponding to the given program counter address. Raises Not_found if the location could not be resolved.

OCaml

Innovation. Community. Security.