From c5831cdf125ea69b990bfd8ba2aaf4034f2aa303 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Mon, 6 Feb 2006 21:08:44 +0000 Subject: [PATCH] Bug 114793: Add an extension point to contribute command factories. --- debug/org.eclipse.cdt.debug.mi.core/plugin.xml | 10 +++++----- .../cdt/debug/mi/core/GDBCDIDebugger2.java | 17 ++++++++++++++++- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml index 57b6d54a5fe..469ebddde32 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml @@ -6,12 +6,12 @@ + id="org.eclipse.cdt.debug.mi.core.CDebuggerNew" + modes="run,core,attach" + name="%GDBMIDebugger.name" + platform="*">