On Tue, 19 Feb 2008, Olivier Sarrouy wrote: > Unhappily, i fall in trouble shadowing temporaries. For instance, if i > want to trace an addition, how to obtain the content of t3 = > Add32(Get::I32(0), Get::I32(6)), whithout manually shadowing all temps > used in the SB ? In a nutshell, how to access the result of the > operations processed by Valgrind for the guest program ?
You will need to shadow all temps in the SB. Nick ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
