Skip to content
Snippets Groups Projects
Commit 7ea29bd2 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Aborts the analysis cleanly on user interruption sigint (Ctrl-C).

Cleans up and saves partial results on sigint signal.
Signal handlers are now registered at the start of an analysis, and previous
signal handlers are restored at the end.
New function [protect f ~cleanup] in value_util, that runs [f] and applies
[cleanup] in case of a user interruption or a Frama-C error, only if option
-save is set.
parent 1fd922af
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment