1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
Marc Khouzam 09d00efe1e Bug 232846
- 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.
2008-05-21 23:00:22 +00:00
features M6 2008-04-05 17:56:54 +00:00
plugins Bug 232846 2008-05-21 23:00:22 +00:00
tests Updated sanity test program with comments. 2008-03-25 21:48:36 +00:00
.project fixes for 189542 2007-05-30 02:06:59 +00:00