Support reading architecture and platform from the debug adapter
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 331
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
The arch + platform is used to create the debugger binary view. Right now, it is either copied from the currently opened view, or is provided by the user. It would be nice if we can read the info from the debug adapter, removing the need to manually set them when the user uses the debugger without a binary view.
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 the debugger binary view obtains its architecture and platform, then inspect the debug adapter information available when no binary view is open. Done means the binary view can use architecture and platform read from the adapter without requiring manual user settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- reverse-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100