1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
cdt/dsf-gdb/org.eclipse.cdt.examples.dsf.gdb
Marc Khouzam 7856453f30 Bug 488909: Unify services factory classes to extend more easily
From org.eclipse.cdt.debug.gdbjtag.core, constructor
GdbJtagDebugServicesFactory.GdbJtagDebugServicesFactory(String)
has been replaced by
GdbJtagDebugServicesFactory.GdbJtagDebugServicesFactory(String,
ILaunchConfiguration)

From org.eclipse.cdt.dsf.gdb, constructor
GdbDebugServicesFactory.GdbDebugServicesFactory(String)
has been replaced by
GdbDebugServicesFactory.GdbDebugServicesFactory(String,
ILaunchConfiguration)

From org.eclipse.cdt.dsf.gdb, class GdbDebugServicesFactoryNS has been
removed and its logic was merged into class GdbDebugServicesFactory

Change-Id: Ifecba752cfc12da62f1447027b11c0bb1f7c0171
2016-03-17 14:31:45 -04:00
..
.settings Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
icons Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
META-INF Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
src/org/eclipse/cdt/examples/dsf/gdb Bug 488909: Unify services factory classes to extend more easily 2016-03-17 14:31:45 -04:00
.classpath Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
.project Bug 441277 - Provide an example plugin to show how to extend DSF-GDB 2014-12-18 12:32:59 -05:00
about.html Bug 441277 - Provide an example plugin to show how to extend DSF-GDB 2014-12-18 12:32:59 -05:00
build.properties Bug 441277 - Provide an example plugin to show how to extend DSF-GDB 2014-12-18 12:32:59 -05:00
plugin.xml Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
pom.xml Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00