[Lldb-commits] [PATCH] Create x86 specific NativeRegisterContextLinux

Chaoren Lin chaorenl at google.com
Mon Feb 16 10:23:54 PST 2015


>
> 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 <tberghammer at google.com>
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/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150216/0a5dbf77/attachment.html>


More information about the lldb-commits mailing list