|
From: Florian K. <br...@ac...> - 2012-07-28 13:52:37
|
On 07/28/2012 06:49 AM, Philippe Waroquiers wrote:
> + else if VG_XACT_CLO(arg, "--vgdb=full", VG_(clo_vgdb), Vg_VgdbFull) {
> + /* automatically sets register values to exact with --vgdb=full */
Now that "exact" is gone:
automatically updates registers at each insn with --vgdb=full
> + VG_(clo_vex_control).iropt_register_updates = 2;
> + }
2 -> VexAllregsAtEachInsn
Otherwise looks good to me.
Florian
|