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
  • Merge requests
  • !3760

i#3756: Fix copying signal magic1 value.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i3756-sigmagic-fix-test-avx into master Jul 29, 2019
  • Overview 18
  • Commits 7
  • Pipelines 0
  • Changes 5

Fixes copying the current state when delivering pending signals by preserving the original magic1 value of the signal's fpstate.

Re-factor AVX detection in test linux.sigcontext and add support to actually test the AVX state on supported machines.

Adds new _runavx and _runavx512 variables to the cmake suite similar to _runcmp, in order to propagate the AVX and AVX512F defines to the template parsers which are usually automatically defined by the compiler.

Updates a comment w.r.t. alignment of a stack variable we're declaring.

Fixes #3756 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3756-sigmagic-fix-test-avx