[Lldb-commits] [PATCH] D24764: Refactor NativeRegisterContextLinux_x86_64 code.

Valentina Giusti via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 21 06:20:01 PDT 2016


valentinagiusti added a comment.

Thechnically it's not correct that I am introducing this issue, because the old code already used a cast. It was done in the old and now not existing method "GetFPRType()", long before I introduced the MPX changes, and then I later moved it into HasXSave()/HasXSave() and now with this current refactoring patch I am moving it into IsCPUFeatureAvailable().


https://reviews.llvm.org/D24764





More information about the lldb-commits mailing list