package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0

doc/goblint.lib/Goblint_lib/Server/index.html

Module Goblint_lib.Server

Interactive server mode using JSON-RPC.

module InvariantParser = WitnessUtil.InvariantParser
module type ArgWrapper = sig ... end
type t = {
  1. mutable file : GoblintCil.Cil.file option;
  2. mutable max_ids : MaxIdUtil.max_ids;
  3. arg_wrapper : (module ArgWrapper) ResettableLazy.t;
  4. invariant_parser : InvariantParser.t ResettableLazy.t;
  5. input : Batteries.IO.input;
  6. output : unit Batteries.IO.output;
}
module type Request = sig ... end
module Registry : sig ... end
val registry : Registry.t
module ParamParser (R : Request) : sig ... end
module Function : sig ... end
val handle_request : t -> Jsonrpc.Request.t -> Jsonrpc.Response.t
val handle_packet : t -> Jsonrpc.Packet.t -> unit
val serve : t -> unit
val arg_wrapper : (module ArgWrapper) ResettableLazy.t
val invariant_parser : InvariantParser.t ResettableLazy.t
val make : ?input:BatIO.input -> ?output:unit BatIO.output -> GoblintCil.Cil.file option -> t
val bind : unit -> BatInnerIO.input option * unit BatInnerIO.output option
val start : GoblintCil.Cil.file option -> unit
val reparse : t -> GoblintCil.file * bool
val virtual_changes : GoblintCil.file -> CompareCIL.change_info
val increment_data : t -> GoblintCil.file -> bool -> Analyses.increment_data option * bool
module Locator : sig ... end
val node_locator : Locator.t ResettableLazy.t
val analyze : ?reset:bool -> t -> unit
OCaml

Innovation. Community. Security.