--- layout: fc_discuss_archives title: Message 50 from Frama-C-discuss on February 2012 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Using results of one plugin in another plugin



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