[Lldb-commits] [PATCH] D27088: [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS
Nitesh Jain via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 6 07:14:32 PST 2016
nitesh.jain added a comment.
Hi Greg,
I am not sure whether this approach will work in Multithreaded application. Since if any thread modify the SR.FR bit then the change will get reflect in all copy of SR.FR of all other threads. So if we stop at thread A and thread B (running) try to modify SR.FR bit then the above approach will give incorrect register size.
Let me check this case and get back to you
Thanks
https://reviews.llvm.org/D27088
More information about the lldb-commits
mailing list