This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/5199: Feature request: function call logging
- From: Greg Hudson <ghudson at mit dot edu>
- To: rodrigc at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 26 Dec 2001 23:09:52 -0500
- Subject: Re: c/5199: Feature request: function call logging
- References: <20011227031728.16823.qmail@sources.redhat.com>
No, I hadn't found that option; thanks for the pointer. It could
possibly be used to build what I was asking for, though there are a lot
of grotty and not necessarily possible steps involved (in particular, to
get the arguments for the instrumented function, you need the debugging
symbols for the binary or library involved, which means finding the
binary or library image for the instrumented function--not something you
can do programmatically from inside a Unix process without some kind of
help).
So, please leave the feature request open unless the team decides this
isn't a feature they would like.