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)
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)