Re: [DynInst_API:] Accessing more x86 registers


Date: Fri, 13 Apr 2012 18:10:29 -0700
From: Josh Stone <jistone@xxxxxxxxxx>
Subject: Re: [DynInst_API:] Accessing more x86 registers
On 04/13/2012 05:01 PM, Michael Lam wrote:
> I'm attaching the patch. It adds a boolean parameter to
> BPatch_addressSpace::getRegisters that allows you to specify whether
> you'd like the special-purpose registers returned in the vector along
> with the standard registers.

Thanks!  Although, I'm not sure why this should be an optional flag.
This is just an enumeration, not causing actual register saving, so why
not go ahead and enumerate everything that's available?  The caller can
still pick out whichever registers they were looking for.

Josh
[← Prev in Thread] Current Thread [Next in Thread→]