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 "PTP/designs/remote"

< PTP‎ | designs
 
Line 1: Line 1:
#REDIRECT [[PTP/planning/remote]]
+
= Remote Development Tools Designs =
 +
 
 +
List of Authors:
 +
    Chris Recoskie (recoskie@ca.ibm.com)
 +
    Greg Watson (grw@us.ibm.com)
 +
 
 +
== Background ==
 +
 
 +
This page is for low level technical details, notes, and discussions of the Remote Development Tools effort.  For overall planning, see the [[PTP/planning/remote | Remote Development Tools Planning Page]]
 +
 
 +
== Presentations ==
 +
 
 +
* [http://download.eclipse.org/tools/cdt/docs/summit2006/Remote_Indexing_&_Searches.ppt Remote Indexing & Searches] Presented at the CDT Summit 2006 detailing the need for remote indexing.
 +
 
 +
* [http://wiki.eclipse.org/images/1/16/Remote_development.pdf Remote Development] Presented at the CDT Summit 2007 detailing the motivation behind the need for remote development tools and the status of current efforts.
 +
 
 +
== EFS Support ==
 +
 
 +
We are currently looking at refactoring CDT for the 5.0/Ganymede release to add support for EFS.  The main areas of CDT that need to be tackled are:
 +
 
 +
* Editor
 +
* CModel (e.g. Outline View)
 +
* Parsing/Indexing
 +
* Analysis Views (Search, Call Hierarchy, Type Hierarchy, etc.)
 +
* Build
 +
* Launch/Debug
 +
 
 +
 
 +
== Build ==
 +
 
 +
; Coming soon...
 +
 
 +
== Launch/Debug ==
 +
 
 +
; Coming soon...

Revision as of 10:29, 10 October 2007

Remote Development Tools Designs

List of Authors:

   Chris Recoskie (recoskie@ca.ibm.com)
   Greg Watson (grw@us.ibm.com)

Background

This page is for low level technical details, notes, and discussions of the Remote Development Tools effort. For overall planning, see the Remote Development Tools Planning Page

Presentations

  • Remote Development Presented at the CDT Summit 2007 detailing the motivation behind the need for remote development tools and the status of current efforts.

EFS Support

We are currently looking at refactoring CDT for the 5.0/Ganymede release to add support for EFS. The main areas of CDT that need to be tackled are:

  • Editor
  • CModel (e.g. Outline View)
  • Parsing/Indexing
  • Analysis Views (Search, Call Hierarchy, Type Hierarchy, etc.)
  • Build
  • Launch/Debug


Build

Coming soon...

Launch/Debug

Coming soon...

Back to the top