1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00
cdt/plugins
Marc Khouzam c227d7fbf1 Bug 239050
More use of IProcesses.  In the weekly meeting, we had agreed that the RunControl service would make use of IProcesses to list executionContext.  To do this, it is the IProcesses service that will now create the MIExecutionDMC, which is newly declared in MIProcesses.  Doing this I was able to get rid of IMIRunControl, and I introduced IMIProcesses.

Also, we agreed that all RunControl use of IProcesses should be kept out of MIRunControl and put only in GDBRunControl.  This is because other backends using MI will probably need a more sophisticated Process service.  I still have to move the use of IProcesses out of MIRunControlNS

I also cleaned up the RunControl and GDBProcesses unit tests.

I also started spreading the use of a String as a ThreadId, while keeping things backwards compatible.
2008-08-02 01:15:51 +00:00
..
org.eclipse.dd.doc.dsf [239153] bump versions on HEAD, 1.0 -> 1.1 2008-07-01 18:03:47 +00:00
org.eclipse.dd.dsf Bug 239050 2008-07-16 19:08:05 +00:00
org.eclipse.dd.dsf.debug Bug 241844 2008-07-31 02:47:36 +00:00
org.eclipse.dd.dsf.debug.ui Bug 227183 2008-07-29 17:12:19 +00:00
org.eclipse.dd.dsf.ui [241024] - [view model] Most views stop refereshing after a breakpoint hit after a long operation (e.g. sleep) 2008-07-16 18:34:24 +00:00
org.eclipse.dd.examples.dsf [239153] bump versions on HEAD, 1.0 -> 1.1 2008-07-01 18:03:47 +00:00
org.eclipse.dd.examples.pda Bug 241133: [source lookup] Optimize source lookup. 2008-07-25 07:43:38 +00:00
org.eclipse.dd.examples.pda.ui 214386: [run control][debug view][source lookup] When stepping fast (holding down F5 key) the IP in editor does not keep up. 2008-07-16 11:02:58 +00:00
org.eclipse.dd.gdb Bug 239050 2008-08-02 01:15:51 +00:00
org.eclipse.dd.gdb.launch [239153] bump versions on HEAD, 1.0 -> 1.1 2008-07-01 18:03:47 +00:00
org.eclipse.dd.gdb.ui Bug 239050 2008-08-02 01:15:51 +00:00
org.eclipse.dd.mi Bug 239050 2008-08-02 01:15:51 +00:00
org.eclipse.dd.tests.dsf [239050] - Added DMContextsTest.java to the org.eclipse.dd.tests.dsf plugin. 2008-07-16 21:16:38 +00:00
org.eclipse.dd.tests.gdb Bug 239050 2008-08-02 01:15:51 +00:00