> > using wrong indexes for the debug registers for setting the watch points.
Ah, that was an error on my part. I fixed it in this CL: http://reviews.llvm.org/D7635 I'm not sure I understand the first issue. On Mon, Feb 16, 2015 at 10:20 AM, Tamas Berghammer <[email protected]> wrote: > The main issue was that the 32 bit version used the constants from the 64 > bit version what wasn't valid in that scope. The two major misuse was using > m_gpr_x86_64 for i386 where the size isn't match with the requested size > and using wrong indexes for the debug registers for setting the watch > points. > Since this CL I found one more issue with register handling but I will > address that with an other CL (effect both x64 and x86). > > > http://reviews.llvm.org/D7667 > > EMAIL PREFERENCES > http://reviews.llvm.org/settings/panel/emailpreferences/ > > >
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
