[Lldb-commits] [PATCH] D13608: [TestValueOfVectorVariable] Reduce the vector size to 4.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 9 14:53:47 PDT 2015


sivachandra added a comment.

I am not very familiar with the watchpoint logic. I think it is not smart enough (yet) to figure that a vector of 16 elements which are 2 bytes each can be watched using the 4 watchpoint registers on x86. I could be wrong, in which case I would be glad to accept suggestions to fix this test on x86(_64).


http://reviews.llvm.org/D13608





More information about the lldb-commits mailing list