This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'recording' program execution.


muenchen@physik.uni-wuppertal.de wrote:
have a look at the flag -finstrument-functions for gcc.
as far as I know, this could only record at function entry and return ?

but sometimes recording all the "trace" of how program behaves is useful for debugging purpose.

further, using a binary instrumentation tool like PIN could only record the low level instruction trace....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]