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.
>
> 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
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