Re: Cfg and Dfg in gcc

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

 



sandeep soni <saintiwara@xxxxxxxxx> writes:

> given a program,say readelf.c, how can i,with the help of gcc,find the
> cfg and dfg for this program?..

I don't know of any easy way to do this.  You can't extract them in
any programmable way, unless you write a plugin.  You can look in the
dump files, but they are difficult to parse and will change as gcc
changes.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux