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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 20 09:00:46 PDT 2016


zturner added inline comments.

================
Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:818
@@ +817,3 @@
+      return true;
+  case RegSet::mpx: // Check if CPU has MPX and if there is kernel support, by
+                    // reading in the XCR0 area of XSAVE.
----------------
Is the AVX case supposed to fall-through to the mpx case?


https://reviews.llvm.org/D24764





More information about the lldb-commits mailing list