[lldb-dev] RegisterContextPOSIX_i386
Ed Maste
emaste at freebsd.org
Mon Oct 7 18:56:31 PDT 2013
On 7 October 2013 19:13, Greg Clayton <gclayton at apple.com> wrote:
> We can probably automate the ConvertRegisterKindToRegisterNumber() up into the RegisterContext base class so that it uses the RegisterInfo data to populate lookup tables, but then we might need a finalize call to let the base class know that it is ok to go ahead and compute the lookup tables.
I like that idea, since it will save the redundant effort when
implementing RegisterContext for a new architecture.
More information about the lldb-dev
mailing list