Frama-C API - Update
Signals
val computation_signal : Server.Request.signalSignal emitted when the computation state of Eva changes.
val callstack_signal : Server.Request.signalSignal emitted when the set of selected callstacks changes.
val signals : Server.Request.signal listAll signals above.
Hooks
Adds an hook applied when the computation state of Eva changes.
Adds an hook applied when the set of selected callstacks changes.
States
module CurrentCallstacks : Frama_c_kernel.State_builder.List_ref with type data = Eva.Callstack.t list