Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #437
Closed
Open
Issue created Nov 28, 2014 by Derek Bruening@derekbrueningContributor

support ymm fields in windows CONTEXT and linux signal structures

From [email protected] on April 20, 2011 11:16:25

split from issue #433 (closed) ymm fields in CONTEXT: several places in the code that save/restore/copy state need to be updated to include ymm state, and many other places need CONTEXT struct to be extended.

from context_to_mcontext(): /* FIXME issue #433 (closed): ymm are inside XSTATE cstruct which should be

  • laid out like this: {CONTEXT, CONTEXT_EX, XSTATE}, but
  • should read CONTEXT_EX fields to verify.
  • All of our CONTEXT structs need to be extended to get
  • the extra state.
  • XSTATE has xsave format minus first 512 bytes, so ymm0 should
  • be at offset 64, but should use LocateXStateFeature() to locate,
  • or cpuid to find Ext_Save_Area_2.
  • Should be able to eliminate the xmm memcpy calls above and
  • replace with a single memcpy here. */

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=437

Assignee
Assign to
Time tracking