[lldb-dev] [Bug 22410] New: Don't use CopyContext in RegisterContextWin

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 30 09:11:23 PST 2015


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: zturner at google.com
          Reporter: zturner at google.com
                CC: lldb-dev at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150130/7dcfef8a/attachment.html>


More information about the lldb-dev mailing list