Rob Quill wrote on 11/23/06 12:41:
Parsing a CFG dump is trivial. See the script I posted in http://gcc.gnu.org/ml/gcc/2006-11/msg00576.html. You can then convert it to whichever C data structure you want.I haven't looked into this yet, but as I think I may need to be able to do something similar, is it possible to parse the cfg file that is given out, and build a C structure like that?