Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 352748
Collapse All | Expand All

(-)a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/service/GDBProcesses_7_0.java (-1 / +1 lines)
Lines 118-124 Link Here
118
	 */
118
	 */
119
	@Immutable
119
	@Immutable
120
	private static class MIExecutionDMC extends AbstractDMContext 
120
	private static class MIExecutionDMC extends AbstractDMContext 
121
	implements IMIExecutionDMContext
121
	implements IMIExecutionDMContext, IDisassemblyDMContext
122
	{
122
	{
123
		/**
123
		/**
124
		 * String ID that is used to identify the thread in the GDB/MI protocol.
124
		 * String ID that is used to identify the thread in the GDB/MI protocol.
(-)a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIProcesses.java (-1 / +1 lines)
Lines 76-82 Link Here
76
	 */
76
	 */
77
	@Immutable
77
	@Immutable
78
	private static class MIExecutionDMC extends AbstractDMContext 
78
	private static class MIExecutionDMC extends AbstractDMContext 
79
	implements IMIExecutionDMContext
79
	implements IMIExecutionDMContext, IDisassemblyDMContext
80
	{
80
	{
81
		/**
81
		/**
82
		 * String ID that is used to identify the thread in the GDB/MI protocol.
82
		 * String ID that is used to identify the thread in the GDB/MI protocol.
(-)a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIRunControl.java (-1 / +2 lines)
Lines 37-42 Link Here
37
import org.eclipse.cdt.dsf.debug.service.IBreakpoints.IBreakpointsTargetDMContext;
37
import org.eclipse.cdt.dsf.debug.service.IBreakpoints.IBreakpointsTargetDMContext;
38
import org.eclipse.cdt.dsf.debug.service.IBreakpointsExtension.IBreakpointHitDMEvent;
38
import org.eclipse.cdt.dsf.debug.service.IBreakpointsExtension.IBreakpointHitDMEvent;
39
import org.eclipse.cdt.dsf.debug.service.ICachingService;
39
import org.eclipse.cdt.dsf.debug.service.ICachingService;
40
import org.eclipse.cdt.dsf.debug.service.IDisassembly.IDisassemblyDMContext;
40
import org.eclipse.cdt.dsf.debug.service.IProcesses;
41
import org.eclipse.cdt.dsf.debug.service.IProcesses;
41
import org.eclipse.cdt.dsf.debug.service.IStack.IFrameDMContext;
42
import org.eclipse.cdt.dsf.debug.service.IStack.IFrameDMContext;
42
import org.eclipse.cdt.dsf.debug.service.command.BufferedCommandControl;
43
import org.eclipse.cdt.dsf.debug.service.command.BufferedCommandControl;
Lines 93-99 Link Here
93
 */
94
 */
94
public class MIRunControl extends AbstractDsfService implements IMIRunControl, ICachingService
95
public class MIRunControl extends AbstractDsfService implements IMIRunControl, ICachingService
95
{
96
{
96
	private static class MIExecutionDMC extends AbstractDMContext implements IMIExecutionDMContext
97
	private static class MIExecutionDMC extends AbstractDMContext implements IMIExecutionDMContext, IDisassemblyDMContext
97
	{
98
	{
98
		/**
99
		/**
99
		 * Integer ID that is used to identify the thread in the GDB/MI protocol.
100
		 * Integer ID that is used to identify the thread in the GDB/MI protocol.

Return to bug 352748