|
From: yixiaoxian <yix...@gm...> - 2015-07-13 14:58:56
|
According to libvex_ir.h, the addr of IRExpr.Iex.Load is of type IRExpr*. But for tool lackey, when --trace-mem=yes, it prints the memory addresses the data stored, which are not IRExpr structures. However, for other structures, such as IRExpr.Iex.Binop, if just print contents of its arguments which are also IRExpr*, the results are not values of operands. So what lead to such situations? Thank you for answering. -- View this message in context: http://valgrind.10908.n7.nabble.com/The-addr-of-Iex-Load-tp55084.html Sent from the Valgrind - Dev mailing list archive at Nabble.com. |