From: François-Xavier C. <fx....@ya...> - 2020-06-25 18:15:28
|
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 |