Hi all:
I am newbie to valgrind and try to understand the implementation.
There is one thing confuse me a lot.
When the binary has been translated to IR and sent to the tool, it
will utilize the temporaries to represent the value.
For example, the IR for load
t2 = LDle:I32(t3)
How can I read the value of t2 and t3 during the runtime? I can
insert a helper function into it, but I can only get the value of the index
of t2 and t3 which is 2 and 3. Is there any mapping data structure from
index to the real value of the temporaries?
Thanks
--
Zhongshu
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users