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] Using results of one plugin in another plugin


  • Subject: [Frama-c-discuss] Using results of one plugin in another plugin
  • From: hollas at informatik.htw-dresden.de (Boris Hollas)
  • Date: Wed, 15 Feb 2012 07:28:25 +0100

Hello,

I wrote

let prj = File.create_project_from_visitor "foo" (new foo) in
Project.set_current prj;
Dynamic.Parameter.String.set "-jessie-atp" "gui";
(Dynamic.get ~plugin:"Jessie" "run_analysis" (Datatype.func
Datatype.unit Datatype.unit)) ()

to use the results of plugin foo in Jessie. However, this crashes Jessie
on some C-files and results can't be used by eg wp. What's the proper
way to pipe plugins?
-- 
Best regards,
Boris