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

i#4403: Fix invalid drmemtrace address elision

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4403-trace-elide-bug into master Aug 13, 2020
  • Overview 14
  • Commits 7
  • Pipelines 0
  • Changes 2

Fixes a bug where a non-memref clobbering a base register failed to invalidate eliding that address from a drcachesim offline trace.

Adds asm test cases to burst_traceopts.

Adds further C++ test code to burst_traceopts which also triggers this bug (it took some experimentation to get some code to do that), and adds handling of different trace header points for opt vs noopt to support this additional trace size.

Fixes #4403 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4403-trace-elide-bug