mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() - 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. |
||
---|---|---|
.. | ||
org.eclipse.dd.doc.dsf | ||
org.eclipse.dd.dsf | ||
org.eclipse.dd.dsf.debug | ||
org.eclipse.dd.dsf.debug.ui | ||
org.eclipse.dd.dsf.ui | ||
org.eclipse.dd.examples.dsf | ||
org.eclipse.dd.examples.pda | ||
org.eclipse.dd.examples.pda.ui | ||
org.eclipse.dd.gdb | ||
org.eclipse.dd.gdb.launch | ||
org.eclipse.dd.gdb.ui | ||
org.eclipse.dd.mi | ||
org.eclipse.dd.tests.dsf | ||
org.eclipse.dd.tests.gdb |