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] Evaluation of an expression?



2012/1/9 Pascal Cuoq <pascal.cuoq at gmail.com>:
> If you want to see what is propagated through a specific point chosen
> in advance of the analysis, insert Frama_C_dump_each(); at that point,
> or, in your case, since you know what you want to observe,
> Frama_C_show_each_x_y(x,y);
> The two arguments are allowed specifically so that you can see
> the values of x in relation to the values of y.

OK, thank you for the tip!

Best regards,
d.