This change increases the offset of MPX registers (by 128) so they
do not overlap with the offset associated with AVX registers. That was
causing MPX data in GDBRemoteRegisterContext::m_reg_data to get overwritten.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 39414 Build 39432: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for doing this, and especially thank you for writing the test.
For posterity: more discussion on this patch and the problem it solves can be found in https://reviews.llvm.org/D62931.