package frama-c

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

Module Eva_gui.Gui_callstacks_managerSource

This module creates and manages the "Values" panel on the lower notebook of the GUI. It mainly displays the values computed by the analysis for selected expressions and lvalues, and thus depends on the value abstractions used for the analysis. It is able to display different values by callstacks in a table, in accordance with the callstacks focused by the user (handled in gui_callstacks_filters.ml).

Sourcetype 'v data_by_callstack = (Gui_types.gui_callstack * 'v Gui_eval.gui_selection_data) list
Sourcetype 'v display_data_by_callstack = Gui_types.gui_loc -> Gui_types.gui_selection -> 'v data_by_callstack -> unit
Sourcemodule type Input = sig ... end

Creates the panel, attaches it to the lower notebook, and returns the display_by_callstack function allowing to display data on it. If a previous panel was previously created through this function, the new panel replaces it.

Sourceval reset : unit -> unit
Sourceval clear_default : unit -> unit
Sourceval focus_selection_tab : unit -> unit
OCaml

Innovation. Community. Security.