<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-size:12.8000001907349px">using wrong indexes for the debug registers for setting the watch points.</span></blockquote><div><br></div><div>Ah, that was an error on my part. I fixed it in this CL: <a href="http://reviews.llvm.org/D7635">http://reviews.llvm.org/D7635</a></div><div><br></div><div>I'm not sure I understand the first issue. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 10:20 AM, Tamas Berghammer <span dir="ltr"><<a href="mailto:tberghammer@google.com" target="_blank">tberghammer@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<br>
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).<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<a href="http://reviews.llvm.org/D7667" target="_blank">http://reviews.llvm.org/D7667</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/settings/panel/emailpreferences/</a><br>
<br>
<br>
</div></div></blockquote></div><br></div>