Editing register value from the adpater console is not refected in the register widget
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 331
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
If we edit a register value from the register widget, its display is updated immediately. However, if we do the edit using the Python API or the adapter console, the changes are not reflected in the register widget. Also, if the changed register is the program counter or stack pointer, the display should be updated accordingly as well.
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 tracing how register widget updates are triggered for edits from the widget, then compare that path with register writes through the Python API or adapter console. Done means externally changed registers refresh in the register widget, with corresponding program-counter and stack-pointer display updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- devtools, reverse-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100