Re: [Valgrind-users] Print summary before exec

2020-06-25 Thread François-Xavier Carton via Valgrind-users
On Thu, Jun 25, 2020 at 09:49:35PM +0200, Paul FLOYD wrote: > > > De : "François-Xavier Carton via Valgrind-users" > > > 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. >

Re: [Valgrind-users] Print summary before exec

2020-06-25 Thread Paul FLOYD
> De : "François-Xavier Carton via Valgrind-users" > 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 optio

[Valgrind-users] Print summary before exec

2020-06-25 Thread François-Xavier Carton via Valgrind-users
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 o