1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/plugins
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
..
org.eclipse.dd.doc.dsf [220446][219907] Updated the doc plugin to point to the new DSF tutorials. 2008-03-24 16:34:37 +00:00
org.eclipse.dd.dsf [231687] - [concurrency][view model] RequestMoniotr.setStatus(CANCEL) being called even though request is not canceleld. 2008-05-12 23:02:23 +00:00
org.eclipse.dd.dsf.debug [233339] - [debug view] When stepping over a long running operation stack frames do not change state to running. 2008-05-21 20:43:52 +00:00
org.eclipse.dd.dsf.debug.ui [211487] - Changed the input provider to apply to threads as well. 2008-05-16 21:47:00 +00:00
org.eclipse.dd.dsf.ui [231156] - [concurrency][view model] Improve performance of the executor used in View model. 2008-05-16 21:58:38 +00:00
org.eclipse.dd.examples.dsf [221899] Removed pre-processed example sources from CVS. 2008-05-12 22:06:30 +00:00
org.eclipse.dd.examples.pda Updated the about file dates. 2008-05-14 17:20:42 +00:00
org.eclipse.dd.examples.pda.ui Updated the about file dates. 2008-05-14 17:20:42 +00:00
org.eclipse.dd.gdb Bug 232357 2008-05-16 16:53:34 +00:00
org.eclipse.dd.gdb.launch Bug 231129 2008-05-15 19:44:14 +00:00
org.eclipse.dd.gdb.ui Bug 233113 2008-05-21 22:06:44 +00:00
org.eclipse.dd.mi Bug 232846 2008-05-21 23:00:22 +00:00
org.eclipse.dd.tests.dsf Updated the about files. 2008-05-14 17:39:11 +00:00
org.eclipse.dd.tests.gdb Bug 231129 2008-05-15 19:44:14 +00:00