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

i#3092 genapi: Refactor instr_create exports

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i3092-genapi-part8 into master Apr 01, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 50

The arm, aarch64, and shared instr and opnd create macro files were already pure-public, so we rename them to add _api.h to the end: core/ir/instr_create_shared_api.h, core/ir/arm/instr_create_api.h, core/ir/aarch64/instr_create_api.h,

For x86, we also rename core/ir/x86/instr_create_api.h, but since we have some private macros, we also create a new instr_create_shared.h and x86/instr_create.h for those. The core includes instr_create_shared.h now.

Replaces the handful of dcontext_t types with void*.

Issue: #3092 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3092-genapi-part8