| By Doug Schaefer | Article Rating: |
|
| August 7, 2006 03:30 PM EDT | Reads: |
30,935 |
For standard build projects, determining build information is more difficult since in this case the CDT doesn't manage the build settings for the project. Thus, the project properties dialogs allow the developer to manually enter the include paths and macros. The CDT also provides a mechanism to automatically discover these settings; this mechanism will scan the build output, try to determine the build commands that are used, and extract the build information from there. CDT 3.1 introduces the option of importing a previously run build from which to extract the information. (See Figure 4)
To support multiple tool chains, both the standard and managed build systems support the setting of environment variables that are exported to the environment before running the build. Using this facility, the developer can change the PATH used to find compilers and linkers and set other environment variables that the build tools may require. (see Figure 5)
CDT Debug
The debug component of the CDT provides
visualization of the debug session. A native debugger such as gdb
handles the nuts and bolts of executing the application, setting
breakpoints, and extracting variable values. Out-of-the-box, the CDT
supports integration with gdb using gdb's MI text-based protocol. The
CDT also provides an extensibility mechanism that lets other debuggers
be integrated in the same way.
The CDT provides standard Eclipse visualizations for debug, including a list of threads, stack frames for currently paused threads, and variable values. CDT 3.1 introduces a new memory view from the Eclipse platform that supports a number of formats for memory values and enables the developer to browse more than one location at a time.
CDT 3.1 also introduces a new modules view (See figure 6) that shows the executable being debugged as well as the shared libraries and objects that the executable has loaded. The modules view can display any available symbol information, letting the developer set breakpoints on functions defined in the modules.
The CDT also provides a register view (see Figure 7) for C/C++ debugging. Version 3.1 extends this view by letting the developer organize registers into groups - especially useful for processors that have large numbers of registers.
Future Directions
With release 3.1, the CDT has
reached a level of maturity that will ensure its widespread adoption by
C and C++ developers. Nevertheless, the CDT team has planned some new
features that will help the CDT become an even better IDE.
While the new ctags-based indexer can build an index for source navigation in dramatically less time, it suffers from less-than-perfect accuracy and doesn't capture references to identifiers. To address this problem and improve the performance of CDT's parser-based full indexer, the CDT team has developed a new strategy that allows the parser to make use of the results stored in the index. This way the parser can support most CDT features by parsing each file only once after the file changes. This approach will greatly improve the performance and scalability of large projects.
An interesting new Eclipse project is Photran, which is dedicated to building a Fortran IDE based on the CDT. To create the first version, however, the Photran team needed to clone the code in the CDT and then make changes to it. While some parts of the CDT, such as the managed build system, already offer multi-language support, the CDT team will add new extension mechanisms to make it easier for language developers to add new language support. This should allow the Photran team to build directly on the CDT and let them leverage the source navigation features of the CDT.
Joining the CDT Community
The CDT has a large and
diverse community that contributes in a variety of ways. Committers,
the people who have the power to change code, include members from QNX
Software Systems, Intel, Texas Instruments, IBM, and Wind River. Other
contributors contribute patches on a smaller scale, though these
contributions are still critical to the success of the CDT. These
contributors include HP, Siemens, and Symbian. A number of other
contributors contribute by testing, submitting bug reports, and
requesting enhancements.
In October 2005, QNX hosted a CDT Contributors Summit in Ottawa. Members of over 20 major organizations participated, representing the embedded, enterprise, and scientific/research segments of the C/C++ market.
The CDT is used in many places and by many people. Recently, we recorded 130,000 downloads of the CDT in a two-month span, including 50,000 downloads of CDT 3.1.1 in the two weeks following its release. These numbers represent a significant portion of the Eclipse community in general, proving again that the scope of Eclipse extends far beyond Java development.
The CDT community is always open to more contributions. For up-to-date information and instructions on how to contribute, visit http://wiki.eclipse.org, then click on "CDT Project" in the projects list. Contributors also meet on the cdt-dev@eclipse.org mailing list to discuss technical issues and make program decisions.
Published August 7, 2006 Reads 30,935
Copyright © 2006 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Doug Schaefer
Doug Schaefer is project lead, Eclipse CDT project senior software engineer, QNX Software Systems.
![]() |
SYS-CON Italy News Desk 08/07/06 03:43:46 PM EDT | |||
Eclipse has emerged as the platform that finally integrates development tools from multiple vendors into a common, extensible, and widely supported framework. The Eclipse CDT development environment brings this rich offering of integrated tools to the world of C and C++ programming, enabling C/C++ developers to improve their productivity and enhance the quality of the software they produce. |
||||
![]() |
Eclipse News Desk 08/07/06 01:43:25 PM EDT | |||
Eclipse has emerged as the platform that finally integrates development tools from multiple vendors into a common, extensible, and widely supported framework. The Eclipse CDT development environment brings this rich offering of integrated tools to the world of C and C++ programming, enabling C/C++ developers to improve their productivity and enhance the quality of the software they produce. |
||||
- IBM Puts Systems Chief on Leave of Absence
- Amazon Web Services Database in the Cloud
- SpringSource Moving to Spring 3.0
- Virtualization Expo Call for Papers Deadline December 15
- Un-Clouding Federal Security Compliance
- Move Over BI, Here Comes PI - Performance Intelligence
- Qt DevDays 2009 - Munich
- Using Ext JS, Servlets, JSON, MySQL and Tomcat on Fedora
- Developing APIs for the Cloud
- Canonical Offers Free Cloudware
- New-Generation Virtualization Technologies with Ultra Low-Cost Endpoints
- The Planet Executive to Speak at Cloud Computing Conference
- Oracle-Sun: IBM Reportedly Behind Delay
- The Case for Single-Purpose Services
- IBM Puts Systems Chief on Leave of Absence
- Cloud BI & Amazon VPC
- Cloud-Oriented Switch Start-up Valued at $230M
- The Curious Case of Build Release Management eBook
- Amazon Web Services Database in the Cloud
- Tips for Efficient PaaS Application Design
- Reporting Solutions Using Crystal Reports for Eclipse
- SpringSource Moving to Spring 3.0
- Virtualization Expo Call for Papers Deadline December 15
- Un-Clouding Federal Security Compliance
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- The i-Technology Right Stuff
- Creating Web Applications with the Eclipse Web Tools Project
- Eclipse Special: Remote Debugging Tomcat & JBoss Apps with Eclipse
- The Next Programming Models, RIAs and Composite Applications
- Where Are RIA Technologies Headed in 2008?
- How to Bring Eclipse 3.1, J2SE 5.0, and Tomcat 5.0 Together
- SYS-CON Webcast: Eclipse IDE for Students, Useful Eclipse Tips & Tricks
- Eclipse: The Story of Web Tools Platform 0.7
- "Eclipse 3.0 is a Great Leap Forward," Says JDJ's Dudney
- Developing an Eclipse BIRT Report Item Extension
- The Top 250 Players in the Cloud Computing Ecosystem





























