Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/cdt-debug-dsf-gdb-extensibility"

< CDT
Line 1: Line 1:
 
This page lists the different use cases that the community would like to see addressed to allow for easier extensibility of DSF-GDB.
 
This page lists the different use cases that the community would like to see addressed to allow for easier extensibility of DSF-GDB.
  
* Allow FinalLaunchSequence to be easily overridden
+
* Allow FinalLaunchSequence to be easily overridden ([http://bugs.eclipse.org/321084  bug 321084])
 
* Allow to easily add a new service (ServicesLaunchSequence and ShutdownSequence)
 
* Allow to easily add a new service (ServicesLaunchSequence and ShutdownSequence)
* Allow to override the use of -exec-run vs -exec-continue at startup (completed in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=319257 bug 319257])
+
* Allow to override the use of -exec-run vs -exec-continue at startup (completed in [http://bugs.eclipse.org/319257 bug 319257])

Revision as of 15:32, 5 August 2010

This page lists the different use cases that the community would like to see addressed to allow for easier extensibility of DSF-GDB.

  • Allow FinalLaunchSequence to be easily overridden (bug 321084)
  • Allow to easily add a new service (ServicesLaunchSequence and ShutdownSequence)
  • Allow to override the use of -exec-run vs -exec-continue at startup (completed in bug 319257)

Back to the top