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/Archive/designs"

< CDT‎ | Archive
(Propose design of an improved working-sets configuration dialog)
Line 56: Line 56:
 
** [[CDT/designs/msvc | MSVC Support]] Build and debug support for Microsoft's toolchain.
 
** [[CDT/designs/msvc | MSVC Support]] Build and debug support for Microsoft's toolchain.
 
** [[CDT/designs/MBS | Managed Build System Support]] Information about the CDT Managed Build System
 
** [[CDT/designs/MBS | Managed Build System Support]] Information about the CDT Managed Build System
 +
** [[CDT/designs/workingSets | Working Set Configurations]] Improvements to the working-set configurations dialog
 
* Project
 
* Project
 
** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=115935 Project Model] Proposal Bug for a new *DT "Project Model".
 
** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=115935 Project Model] Proposal Bug for a new *DT "Project Model".

Revision as of 19:05, 15 April 2009

This section presents design descriptions for various components of the CDT. Contributors are encouraged to document their work so that others can come along and help out.

Components
CDT/cdt-build
CDT/cdt-build-managed
CDT/cdt-core
CDT/cdt-debug Common debugger components, including: breakpoints, launch UI, editor integration, etc.
CDT/cdt-debug-cdi API and framework for integrating debuggers with Eclipse, modeled after the JDI API in java tools.
CDT/cdt-debug-cdi-gdb Integration of GDB debugger using the CDI framework.
CDT/cdt-debug-dsf Alternative API and framework for integrating debuggers with Eclipse.
CDT/cdt-debug-dsf-gdb Integration of GDB debugger using the DSF framework.
CDT/cdt-doc
CDT/cdt-editor
CDT/cdt-indexer
CDT/cdt-other
CDT/cdt-parser
CDT/cdt-refactoring
CDT/cdt-releng
CDT/cdt-source-nav

Docs

{todo: move to component's pages}

Back to the top