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
  • #1705
Closed
Open
Issue created Jun 16, 2015 by Derek Bruening@derekbrueningContributor

add option parsing library for clients and frontends

We should have an option parsing library to make it easy for clients to have runtime options. Ideally it should also usable for frontends with the same option spec (xref tools like Dr. Memory with overlapping option owners).

Ideally it would be in C for use in C clients + frontends but harder to imagine it as a library there: the included x.h approach there is hard to librarify. Maybe could have provided headers and .c file. Or we can go with a slightly cleaner-looking C++ approach and leave C clients to fend for themselves.

Assignee
Assign to
Time tracking