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
  • #2255
Closed
Open
Issue created Mar 01, 2017 by Administrator@rootContributor

"DR_REG_R10" in instr_shared.c and translate.c

Created by: egrimley

There are suspicious references to DR_REG_R10 in instr_shared.c and translate.c. Perhaps these should be dr_reg_stolen. It's hard to know as the code is not tested. Replacing the "#ifdef ARM" in instr_is_reg_spill_or_restore_ex() with "#if 0", or incrementing "value" just after it is set in translate_walk_restore(), causes no test to fail.

Does this code imply something missing for AArch64?

Assignee
Assign to
Time tracking