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
  • #1702
Closed
Open
Issue created Jun 02, 2015 by Administrator@rootContributor

Support inserting clean calls and other ctis prior to predicated instructions (in IT blocks) in Thumb mode

Created by: zhaoqin

On ARM Thumb code, a cti instrution can only be the last instruction of an IT block, and this makes it tricky to insert a clean call or other cti instructions within an IT block. Currently DynamoRIO automatically reinstates the IT block with instrumented code but did not check if the cti instruction (e.g., the instruction jumps to clean call callee) is the last instruction of the IT block, which makes inserting clean call for a predicated instruction in IT blocks fail.

Assignee
Assign to
Time tracking