mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
The first step to replace CDebugModel by CDIDebugModel.
This commit is contained in:
parent
1ff55f435a
commit
884e67b57e
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
/*
|
||||||
|
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||||
|
* All Rights Reserved.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
package org.eclipse.cdt.debug.core;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides utility methods for creating debug sessions, targets and
|
||||||
|
* breakpoints specific to the CDI debug model.
|
||||||
|
*
|
||||||
|
* @since: Feb 23, 2004
|
||||||
|
*/
|
||||||
|
public class CDIDebugModel {
|
||||||
|
/**
|
||||||
|
* Returns the identifier for the CDI debug model plug-in
|
||||||
|
*
|
||||||
|
* @return plugin identifier
|
||||||
|
*/
|
||||||
|
public static String getPluginIdentifier() {
|
||||||
|
return CDebugCorePlugin.getUniqueIdentifier();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue