The issue was that we were parsing the registers into 64-bit integers
and the calling swapByteOrder without regard for the actual size of the
register. This switches the test to use the RegisterValue class which
tracks the register size, and knows how to initialize itself from a
piece of memory (so we don't need to swap byte order ourselves).
Details
Details
- Reviewers
eugene davide - Commits
- rG337d926f3bac: Merging r325511: --------------------------------------------------------------…
rG9a9556f07de0: Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)
rLLDB325511: Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)
rL325563: Merging r325511:
rL325511: Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)
Diff Detail
Diff Detail
- Repository
- rL LLVM