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 wondering if there is a way to know what the guest instruction is 
(like addl $2, %eax), given a particular Imark? Is there a function that 
can do this? If yes, can i call this function, giving the IMARK 
information as input, from the instrumentation code?

Thanks

Tejas

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to