cameron314 added a comment.

Hmm, I don't think this is easily testable at all. We happened to see it on our 
(out-of-tree) big-endian architecture when debugging remotely on Windows, but 
only for variables backed by registers. I was thus able to trace the problem 
back to this code, fix it, and verify it locally. But I can't reproduce this 
for other architectures because they likely don't follow the same code path 
(plus I don't have the hardware/simulator setup required). And trying to unit 
test this would be... quite a challenge, I feel, considering all the layers 
involved.


https://reviews.llvm.org/D21328



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to