Frama-C API - Eva_gui
module Gui_callstacks_filters : sig ... endFiltering on analysis callstacks
module Gui_callstacks_manager : sig ... endThis 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).
module Gui_eval : sig ... endThis module defines an abstraction to evaluate various things across multiple callstacks. Currently, l-values, NULL, expressions, term-lvalues, terms and predicates can be evaluated
module Gui_red : sig ... endExtension of the GUI in order to display red alarms emitted during the value analysis
module Gui_types : sig ... endmodule Register_gui : sig ... endExtension of the GUI in order to support the value analysis. No function is exported.
