Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Value analysis : How to use the value analysis plugin from another one ?


  • Subject: [Frama-c-discuss] Value analysis : How to use the value analysis plugin from another one ?
  • From: anne.pacalet at inria.fr (Anne Pacalet)
  • Date: Fri, 06 May 2011 16:04:39 +0200
  • In-reply-to: <BANLkTi=3oRHSMrBCof3wMam3K3zPKaVeug@mail.gmail.com>
  • References: <BANLkTi=3oRHSMrBCof3wMam3K3zPKaVeug@mail.gmail.com>

Le 06/05/2011 15:44, florent garnier a ?crit :
> Does somebody have some examples that show how to call the value analysis
> plugin from another one ?

You can have a look at the PDG plug-in for instance.
In [build.ml] it calls :

   if not (Db.Value.is_computed ()) then !Db.Value.compute ();

I am not absolutly sure that this is the right way of doing it,
but it works.

If you have some compilation problems, maybe giving the error message
would help us to help you.

Hope this help.
-- 
Anne.