mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
[266588] Make MIRunControl.MIExecutionDMC private static. It cannot be removed since it is needed for debuggers that don't use the IProcesses service
This commit is contained in:
parent
7191ded39d
commit
ef3d1a827d
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ import org.osgi.framework.BundleContext;
|
||||||
*/
|
*/
|
||||||
public class MIRunControl extends AbstractDsfService implements IRunControl, ICachingService
|
public class MIRunControl extends AbstractDsfService implements IRunControl, ICachingService
|
||||||
{
|
{
|
||||||
@Deprecated
|
private static class MIExecutionDMC extends AbstractDMContext implements IMIExecutionDMContext
|
||||||
protected class MIExecutionDMC extends AbstractDMContext implements IMIExecutionDMContext
|
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Integer ID that is used to identify the thread in the GDB/MI protocol.
|
* Integer ID that is used to identify the thread in the GDB/MI protocol.
|
||||||
|
|
Loading…
Add table
Reference in a new issue