Re: [Lldb-commits] [lldb] r281507 - Use Intel CPU flags to determine target supported features.

2016-09-14 Thread Giusti, Valentina via lldb-commits
[Lldb-commits] [lldb] r281507 - Use Intel CPU flags to determine target supported features. Can probably do the same for XStateType as well: enum class XStateType { Invalid, FXSAVE, XSAVE }; On Wed, Sep 14, 2016 at 10:46 AM Zachary Turner <ztur...@google.com<mailto:ztur...@google

Re: [Lldb-commits] [lldb] r281507 - Use Intel CPU flags to determine target supported features.

2016-09-14 Thread Zachary Turner via lldb-commits
Can probably do the same for XStateType as well: enum class XStateType { Invalid, FXSAVE, XSAVE }; On Wed, Sep 14, 2016 at 10:46 AM Zachary Turner wrote: > On Wed, Sep 14, 2016 at 10:36 AM Valentina Giusti via lldb-commits < > lldb-commits@lists.llvm.org> wrote: > > >

Re: [Lldb-commits] [lldb] r281507 - Use Intel CPU flags to determine target supported features.

2016-09-14 Thread Zachary Turner via lldb-commits
On Wed, Sep 14, 2016 at 10:36 AM Valentina Giusti via lldb-commits < lldb-commits@lists.llvm.org> wrote: > > == > --- > lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h > (original) > +++ >

[Lldb-commits] [lldb] r281507 - Use Intel CPU flags to determine target supported features.

2016-09-14 Thread Valentina Giusti via lldb-commits
Author: valentinagiusti Date: Wed Sep 14 12:27:48 2016 New Revision: 281507 URL: http://llvm.org/viewvc/llvm-project?rev=281507=rev Log: Use Intel CPU flags to determine target supported features. Summary: This patch uses the instruction CPUID to verify that FXSAVE, XSAVE, AVX and MPX are