Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties
index 9f3521c439c..e28b8d518b2 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007-2010 QNX Software Systems and others.
+# Copyright (c) 2007-2018 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -12,6 +12,7 @@
# Bruce Griffith,Sage Electronic Engineering, LLC - bug 305943
# - API generalization to become transport-independent (e.g. to
# allow connections via serial ports and pipes).
+# John Dallaway - OpenOCD extensions, bug 494059
###############################################################################
pluginName=Eclipse GDB Hardware Debug UI Plug-in
providerName=Eclipse CDT
@@ -20,6 +21,7 @@ AbatronBDI2000.name=Abatron BDI2000
MacraigorUsb2Demon.name=Macraigor USB2Demon
GenericSerial.name=Generic Serial
OpenOCDPipe.name=OpenOCD (via pipe)
+OpenOCDSocket.name=OpenOCD (via socket)
Generic.name=Generic TCP/IP
launchtab.cmaintab.name=Main

Back to the top