Extension to dump and load domain state
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 693
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
dbg_dmp offers a way to dump the state of a domain in a human-readable format
an extension can be created which dumps the state into a machine-readable format (say json) and can then restore it
It can be useful for debugging, a minidump of sorts:
- Pointers must be turned into ids so pointers can be disambiguated but not bound to a run
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing dbg_dmp entry point and its extension mechanism. Define a machine-readable format that can dump and restore domain state, including stable IDs for pointers; done means a dumped state can be restored without binding those IDs to a particular run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100