On Wed, Nov 4, 2009 at 5:18 PM, tejas wrote:
> Hi,
>
> I am writing a tool to extract dynamic trace from a program run using
> valgrind. I am using a modified version of lackey to accomplish this. I
> understand that valgrind prints out the assembly or x86(in this case)
> instructions of the progr
Hi,
I am writing a tool to extract dynamic trace from a program run using
valgrind. I am using a modified version of lackey to accomplish this. I
understand that valgrind prints out the assembly or x86(in this case)
instructions of the program when the --profile-flags option is used. I
was won