mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() - in queueCommand() in the case where fRxCommands.size() <= 3 (final else case), we should dequeue the first element from fCommandQueue since we don't have any guarantee the queue is empty. - when dequeuing at the end of processMIOutput() we should check if the threadId and stackFrameId should be changed, just like we do in queue command - make the call to processNextQueueCommand() from queueCommand() inside a runnable, so that command listeners have a chance to adjust the commands they queued. |
||
---|---|---|
features | ||
plugins | ||
tests | ||
.project |