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
  • #4556
Closed
Open
Issue created Nov 23, 2020 by Derek Bruening@derekbrueningContributor

AArch64 stolen register mangling is not recognized during translation

Running the new client.stolen-reg test shows:

derek@tx1:~/dr/build$ grep 'unsupported' `ls -1td logs/*0|head -1`/log.0*
unsupported mangle instr: orr    %xzr %x28 lsl $0x0000000000000000 -> %x0
unsupported mangle instr: ldr    +0x30(%x28)[8byte] -> %x28
unsupported mangle instr: orr    %xzr %x0 lsl $0x0000000000000000 -> %x28
unsupported mangle instr: orr    %xzr %x28 lsl $0x0000000000000000 -> %x0
unsupported mangle instr: str    %x28 -> +0x30(%x0)[8byte]
unsupported mangle instr: orr    %xzr %x0 lsl $0x0000000000000000 -> %x28
unsupported mangle instr: orr    %xzr %x28 lsl $0x0000000000000000 -> %x0
unsupported mangle instr: ldr    +0x30(%x28)[8byte] -> %x28
unsupported mangle instr: orr    %xzr %x0 lsl $0x0000000000000000 -> %x28
unsupported mangle instr: orr    %xzr %x28 lsl $0x0000000000000000 -> %x0
unsupported mangle instr: str    %x28 -> +0x30(%x0)[8byte]
unsupported mangle instr: orr    %xzr %x0 lsl $0x0000000000000000 -> %x28

That's stolen reg mangling. Unsupported instrs can be fatal if the translation is in there; for walking past they are just warnings. Either way we want to recognize them.

Assignee
Assign to
Time tracking