[Lldb-commits] [PATCH] D14633: [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepping on MIPS
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 18 09:43:19 PST 2015
clayborg added a comment.
I would prefix the first fix:
> Add a new function to llvm::APInt what returns the pointer to the actual data in case of both endian (possibly the best option)
Using llvm::APInt gets us unlimited integer size abilities (support 128 bit ints and higher) along with any math that is required on those integers.
Repository:
rL LLVM
http://reviews.llvm.org/D14633
More information about the lldb-commits
mailing list