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 d571b6e48a Fix for the JUnit test due to Bug 223969.
The JUnit launch now re-uses (without any changes) the standard DSF launch sequence.  The problem then became that the tests would start too fast, before the suspend event was received.  To address this, I added a wait for the Suspend event in the BaseTestCase.baseBeforeMethod() which runs before every test.
2008-03-28 15:18:45 +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 [179293] Further refactoring of the handle*() methods of the RequestMoniotr. 2008-03-27 16:18:04 +00:00
org.eclipse.dd.dsf.debug [224434] Changed the context used in IRunControl.IStartedDMEvent and IRunControl.IExitedDMEvent events. 2008-03-27 22:09:11 +00:00
org.eclipse.dd.dsf.debug.ui [224434] Changed the context used in IRunControl.IStartedDMEvent and IRunControl.IExitedDMEvent events. 2008-03-27 22:09:11 +00:00
org.eclipse.dd.dsf.ui [179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess(). 2008-03-27 16:29:32 +00:00
org.eclipse.dd.examples.dsf Compile fix for bug 179293 2008-03-27 13:32:56 +00:00
org.eclipse.dd.examples.pda [219031] Added the StepType parameter to IRunControl.canStep(). 2008-03-27 20:53:39 +00:00
org.eclipse.dd.examples.pda.ui [224466] Renamed SourceDisplayAdapter to DsfSourceDisplayAdapter, and DsfMISourceLookupParticipant to DsfSourceLookupParticipant. 2008-03-27 21:06:06 +00:00
org.eclipse.dd.gdb Bug 221505 2008-03-27 17:35:50 +00:00
org.eclipse.dd.gdb.launch Bug 221505 2008-03-27 17:35:50 +00:00
org.eclipse.dd.gdb.ui [224434] Changed the context used in IRunControl.IStartedDMEvent and IRunControl.IExitedDMEvent events. 2008-03-27 22:09:11 +00:00
org.eclipse.dd.mi [224434] Changed the context used in IRunControl.IStartedDMEvent and IRunControl.IExitedDMEvent events. 2008-03-27 22:09:11 +00:00
org.eclipse.dd.tests.dsf [179293] Refactor the handle*() methods of the RequestMoniotr. 2008-03-27 02:40:19 +00:00
org.eclipse.dd.tests.gdb Fix for the JUnit test due to Bug 223969. 2008-03-28 15:18:45 +00:00