Actions
Emulator Issues #13581
openGDB Stub runs very slow on windows
Status:
New
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
The GDB Stub runs very slow on my windows machine (see the link). I am able to fix it by making the change in the screenshot. What I think is happening is that the GDB stub is scheduled to run too often, causing a IO bottleneck. I changed GDB_UPDATE_CYCLES to a higher number, so it gets scheduled less often. This fixes the issue while still being able to receive commands from GDB. However, I would assume the value currently in the main branch works for some people currently, I am not sure what impacts this would have on them.
Files
Updated by JosJuice 5 months ago
- Tracker changed from Issue to Emulator Issues
- Project changed from Infrastructure to Emulator
- Issue type set to Bug
- Regression set to No
- Relates to usability set to No
- Relates to performance set to No
- Easy set to No
- Relates to maintainability set to No
- Operating system N/A added
Actions