On 12 August 2014 15:43, Todd Fiala <tfi...@google.com> wrote:
>
> Hey Tong,
>
> Ah interesting.  The register infos in lldb have a vector of different 
> register numbers (I think we call them "register kinds") based on the type of 
> encoding you're using.  Let's have a look at that to see if we can adjust the 
> code to query for the right register kind.  We'll look at this today!

There was a thread on this topic on this list a while back, and I
think the two register sets in question here are DWARF and GCC, which
are identical in all cases except that i386 swaps esp and ebp between
the two.  This is all the legacy of an ancient GCC bug.  So I think
you're right Todd, just picking the other set should solve this.

_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to