http://llvm.org/bugs/show_bug.cgi?id=22410
Bug ID: 22410 Summary: Don't use CopyContext in RegisterContextWin Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: ztur...@google.com Reporter: ztur...@google.com CC: lldb-dev@cs.uiuc.edu Classification: Unclassified CopyContext is the only safe way to access a CPU's XSTATE, but it's only available on Windows 7 and higher. It is also the sole reason for requiring the newest version of the Windows SDK. For compatibility purposes, and since we are not actually using XSTATE for any purpose yet, we should get rid of this CopyContext stuff, which would make supporting Vista possible and reduce the SDK version requirement. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev