Re: [Valgrind-users] access guest instruction in tool instrumentation code

2009-11-04 Thread Nicholas Nethercote
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

[Valgrind-users] access guest instruction in tool instrumentation code

2009-11-03 Thread tejas
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