Hi! or better, hello again! I have posted a question (with my class friend Eduardo) about 2 or 3 weeks ago. My question was about the grammar wich gcc C front end use.
Happily, I found the answer of my question. Now, I'm having other trouble. I wanna insert some "predefined" AST's tree nodes. To solve my problem I wanna debug the C front end. I was trying to debug the gcc main function, toplev_main. Unfortunately, I can't insert a break point in this line. I saw the site http://gcc.gnu.org/wiki/DebuggingGCC and http://gcc.gnu.org/ml/gcc/2004-03/msg01195.html But I don't understand where is "my path". And how to insert the break point. If somebody can help me, I appreciated that. Thanks so much! Guilherme -- -- "Never memorize something that you can look up." - Albert Einstein --