package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. units : Dwarf_cunit.t list;
  2. frame : Dwarf_frame.t;
  3. lines : Dwarf_lines.t;
}
val load : Loader.Img.t -> t

load img extract and interpret the content of debugging sections

include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit