mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

A new command, ShowVersionHandler, has been added to the plug-in to demonstrate all the pieces that need to be put in place to connect a command to a DSF session. Change-Id: Iefde0ba144c12ce2e580da7717b390258c0d3675 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
27 lines
1 KiB
Text
27 lines
1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: GDB DSF Debugger Extension Example
|
|
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf.gdb;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.examples.dsf.gdb.GDBExamplePlugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.dsf.gdb,
|
|
org.eclipse.cdt.dsf,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.cdt.launch,
|
|
org.eclipse.debug.ui,
|
|
org.eclipse.cdt.dsf.gdb.ui,
|
|
org.eclipse.cdt.dsf.ui,
|
|
org.eclipse.cdt.ui,
|
|
org.eclipse.cdt.debug.core,
|
|
org.eclipse.cdt.debug.ui
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: Eclipse CDT
|
|
Export-Package: org.eclipse.cdt.examples.dsf.gdb;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.launch;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.service;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.service.command;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.service.command.commands;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.viewmodel;x-internal:=true
|