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 fbb2135214 Bug 242234 creates GDBControl_7_0, CLIEventProcessor_7_0 and
MIRunControlEventProcessor_7_0.  It also reverts CLIEventProcessor and
MIRunControlEventProcessor to the logic needed for a GDB pre 7.0 (the way we released it in 1.0)

MIThreadExited and MIThreadCreated events are now only issued once.

Running events are also issued only once, however, it needed a little
gymnastics to keep the same functionality.  Before 7.0, what we did was trigger the event once a continue, step or next command was executed; this allowed to also know the type of command that caused the running event.  With the new MI event "*running", we don't know the type of the command that caused it.

What I did was, like before, when a continue, step, next command is issued, I
store the type of the command, and once the *running event occurs, I use that
type.  I do this using a global MIRunControlEventProcessor_7_0.fLastRunningCmdType

When issuing such a continue, etc command through the CLI, we still need to somehow remember the type of the command.  This is under discussion in the bug.
2008-09-11 19:36:56 +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 [244640] fail to export org.eclipse.dd.dsf.gdb-feature (.classpath "bin/classes" -> "bin") 2008-09-11 04:48:24 +00:00
org.eclipse.dd.dsf.debug [244640] fail to export org.eclipse.dd.dsf.gdb-feature (.classpath "bin/classes" -> "bin") 2008-09-11 04:48:24 +00:00
org.eclipse.dd.dsf.debug.ui Bug 247010 - RejectedExecutionException when launch is removed 2008-09-11 13:14:40 +00:00
org.eclipse.dd.dsf.ui [246640] - [run control][update policy] Stepping should always be synchronized with painting the IP 2008-09-09 21:13:16 +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 245297 All views' refresh should clear their 2008-08-29 02:31:56 +00:00
org.eclipse.dd.examples.pda.ui Bug 247010 - RejectedExecutionException when launch is removed 2008-09-11 13:14:40 +00:00
org.eclipse.dd.gdb Bug 242234 creates GDBControl_7_0, CLIEventProcessor_7_0 and 2008-09-11 19:36:56 +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 242234 creates GDBControl_7_0, CLIEventProcessor_7_0 and 2008-09-11 19:36:56 +00:00
org.eclipse.dd.mi Bug 242234 creates GDBControl_7_0, CLIEventProcessor_7_0 and 2008-09-11 19:36:56 +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 242234 The JUnit tests made use of GDBControl in a hard-coded fashion. This patch replaces uses by ICommandControlService or IGDBControl 2008-09-10 18:49:32 +00:00