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

i#5675 record filter: Improve interfaces.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Abhinav Anil Sharma requested to merge i5675-use-unique-ptr into master Nov 21, 2022
  • Overview 11
  • Commits 5
  • Pipelines 0
  • Changes 10

Improves interfaces to allow use in 3rd party code.

Uses std::unique_ptr for the record_filter_func_t vector and for the input file in record_file_reader_t. Adjusts record_filter_launcher and record_filter_unit_tests to pass unique_ptrs now.

Make input_entry_count_ and output_entry_count_ protected to let them be accessed by derived classes.

Separates out the cache_filter implementation details into a cpp file.

Adds the drcachesim/simulator directory to includes.

Issue: #5675

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i5675-use-unique-ptr