microsoft / microsoft/MIEngine
[android][gdb] Cache Symbol list lines to not request it multiple times for the same file at the same time
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
When setting breakpoints we request -symbol-list-line.
If you set 10 breakpoints in the same file, we make the request 10 times.
Rethink this to load it once per file.
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
Trace breakpoint handling and the requests that issue -symbol-list-line, focusing on repeated requests for one file. Confirm the behavior with multiple breakpoints in the same file and verify that the symbol-list-line data is loaded once while all breakpoints still resolve correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, csharp
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100