Re: Question about modifying gcc

2008-06-05 Thread Joe Buck
On Thu, Jun 05, 2008 at 12:55:17PM -0700, [EMAIL PROTECTED] wrote: > I am attempting to modify the compiler to instrument function calls and > returns. The end result that i am trying to achieve is to send the > address of every called function to a memory mapped file prior to the > call and after

Question about modifying gcc

2008-06-05 Thread dreese
Could you please direct me to someone who would be willing and able to answer a few questions about some of the internal workings of the gcc compiler. I am attempting to modify the compiler to instrument function calls and returns. The end result that i am trying to achieve is to send the addr