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 3: Line 3:
 
* Allow FinalLaunchSequence to be easily overridden
 
* Allow FinalLaunchSequence to be easily overridden
 
* 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
+
* 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])

Revision as of 09:40, 21 July 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
  • 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