This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Function instrumentation
- To: <gcc at gcc dot gnu dot org>
- Subject: Function instrumentation
- From: "John Zedlewski" <john at adrenaline dot com>
- Date: Fri, 16 Jun 2000 12:44:26 -0500
I noticed the "-finstrument-functions" flag, and I was wondering if it's
currently working (on Linux x86 platforms). Test programs I compile (with
dummy __cyg_profile_func_enter/exit routines) pretty much always seem to
core dump. Is there somewhere I could get more information?
Thanks a lot!
--John Zedlewski