[Lldb-commits] [PATCH] D14633: [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepping on MIPS
Sagar Thakur via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 23 00:40:06 PST 2015
sagar added a comment.
Hi,
Could we use SetBytes for now for clearing the bug 25194? I have tried using SetBytes(), it does not cause any issue on MIPS for both endian. Once we have a new function to llvm::APInt to access actual data I will revert back to using SetUInt. Kindly let me know if you agree with this.
Regards,
Sagar
Repository:
rL LLVM
http://reviews.llvm.org/D14633
More information about the lldb-commits
mailing list