Hi, I have a program that calls exec without forking. I would like to run that program under valgrind and get a summary report for the code before the call to exec. I don't want to trace the exec'ed program, so the --trace-children option does not do what I want.
Is there a way to have valgrind output the error/leak summary before exec (without tracing after exec)? Thanks, François-Xavier _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users