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
  • !4708

i#4698 detach_state: Port signal + GPR-cache tests to A64

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4698-detach-state into master Feb 03, 2021
  • Overview 7
  • Commits 3
  • Pipelines 0
  • Changes 5

Enables api.detach_state on AArch64 with some initial the sub-tests enabled:

  • Enables the cross-platform signal state tests on AArch64.
  • Ports the assembly to push and pop all the general-purpose registers, fill them with sentinel values, and test them on a detach from the code cache.

As part of this, adds some general assembly support:

  • @P@ expands to # in cpp2asm.
  • Adds REG_SP and JUMP_NOT_EQUAL cross-platform asm_defines.
  • Adds a missing dep on detach_state_shared.h for the asm code.

Still left to do for future work:

  • Check SIMD registers.
  • Check flags.
  • Check stack.
  • Detach from DR rather than the cache.

Issue: #4698

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4698-detach-state