package frama-c

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

Module Mthread.Mt_analysis_hooksSource

A correct value for the main thread

Sourceexception Hook_failure of int

Exception to be returned when a hook did not process fully correctly, to be caught the level of hook registration. The int is the erro code

List of builtins that are to be registered by Mthread. We use a simplified interface compared to what the value analysis can require. The callbacks can raise Hook_failure if they did not proceed correctly

Function to register with Cvalue_callbacks.register_call_hooks (called before each function call processed in the analysis)

Function to register with Cvalue_callbacks.register_call_results_hook (called after each function call processed by the analysis.

OCaml

Innovation. Community. Security.