Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Core - features ?
Core - features ? [message #90868] Fri, 02 January 2004 09:52 Go to next message
Eclipse UserFriend
Originally posted by: angeles_sorano.yahoo.com.ar

Hello!

Which are the features of the following packages?

org.eclipse.cdt.utils
org.eclipse.cdt.utils.coff
org.eclipse.cdt.utils.elf
org.eclipse.cdt.utils.pty
org.eclipse.cdt.utils.spawner

Thanks!

Angeles Sorano
mailto: soranom@ar.ibm.com
Re: Core - features ? [message #90882 is a reply to message #90868] Fri, 02 January 2004 17:20 Go to previous message
Eclipse UserFriend
Angeles Sorano wrote:

> Hello!
>
> Which are the features of the following packages?
>

In short, they are needed mainly for the debugging and launching, e.g.
adapting to processes in Windows/Unix environments, low-level stuff in
order to access processes/get process list, for GDB, parsing binary
files and so on.

> org.eclipse.cdt.utils

Provide tools for calculation of address in binary to line in source
code and vice versa (Addr2line, CPPFilt) and other helper functions i.e.
to convert Windows PATH to Unix'ish PATH in Cygwin (CygPath).

> org.eclipse.cdt.utils.coff

Parse binary files which are in COFF object format.

> org.eclipse.cdt.utils.elf

Parse binary files which are in ELF object format

> org.eclipse.cdt.utils.pty

Provide access to a Unix File by descriptor.

> org.eclipse.cdt.utils.spawner

Spawn new processes with a given environment.

>
> Thanks!
>
> Angeles Sorano
> mailto: soranom@ar.ibm.com
>
Previous Topic:Build-on-save - referring to the resource being saved
Next Topic:mac os x
Goto Forum:
  


Current Time: Sun Jul 27 11:18:32 EDT 2025

Powered by FUDForum. Page generated in 0.04390 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top