bug-cflow
[Top][All Lists]
Advanced

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

[bug-cflow] a detailed control flow graph


From: Dazhi Zhang
Subject: [bug-cflow] a detailed control flow graph
Date: Sat, 26 Jan 2008 14:58:47 -0600

Hi,
I tried the cflow and it is cool. What I need now is a tool that can construct control flow graph for C as follows:
it identify basic blocks of C source code, the CFG is nodes and edges, that the nodes represent the basic blocks and edges represent the control flow(such as if, for etc), not only the function calls, but all statements. Can cflow achieve this? Or some other tools can achieve it?

Thank you very much!

Regards
David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]