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] frama graph plugins



On Wed, 26 May 2010, Davidson Boccardo wrote:

>    Hi*
>    I would to know if exists some plugin to extract call graph information in
>    the frama?
>    And if is not, which libraries should I check to implement it?

yup - its available:

generate: frama-c -cg file.dot file.c
view    : dotty file.dot   

frama-c -cg-help for more

hofrat