qiyao wrote: I pushed three commits to fold `DataExtractor::GetU16/U32/U64` array reads into a `GetUInt<T>` helper (4a5dc83ce8cef3e2361b503f9a17114569047fbc), and add unit tests to `DataExtractor GetU16/U32/U64`. There is also a commit 440e1a1274b6a36addd41da52d10ebc14ee876f6 to replace `ReadSwapInt16/32/64` with `ReadSwap<T>` template, so `ReadSwap<T>` can be used in `GetUInt<T>`.
https://github.com/llvm/llvm-project/pull/213038 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
