Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Fix 100% CPU when waiting for command completion. #4

Open
TehMillhouse opened this issue Mar 28, 2014 · 0 comments
Open

Fix 100% CPU when waiting for command completion. #4

TehMillhouse opened this issue Mar 28, 2014 · 0 comments

Comments

@TehMillhouse
Copy link
Contributor

When waiting for the gdb process to write its output, the current IPC mechanism ends up essentially in a busy waiting loop, causing high CPU usage.

Ideally, that IPC mechanism is to be replaced by a more generic version that can be reused by different parts of the debugger (cf. Issue #2)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant