Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT - DWARF.java
CDT - DWARF.java [message #869911] Fri, 04 May 2012 18:37 Go to next message
Jan Ortner is currently offline Jan OrtnerFriend
Messages: 1
Registered: July 2009
Junior Member
Hi all,

I'm not sure whether this is the right place for this topic, but I couldn't find a developer forum.

I need to read an elf file with embedded debugging information (DWARF). So I had a look how this is done in the CDT and found a DWARF reader (org.eclipse.cdt.utils.debug.dwarf.Dwarf.java). But - as far as I'm concerned - the information aquired by this reader is not enough. I couldn't find a single place, where this class is used in the cdt.

Now to my questions:
- Is there a place where this class is used?
- Is it obsolete?
- Would you be interested in improvements?
- Is there documentation, how the cdt (debugging) works?

Thanks in advance and regards
Jan
Re: CDT - DWARF.java [message #870229 is a reply to message #869911] Mon, 07 May 2012 11:05 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
This class is used by the Executables View.

But there are also some bugs
https://bugs.eclipse.org/bugs/show_bug.cgi?id=322475
https://bugs.eclipse.org/bugs/show_bug.cgi?id=376725

So there is room for improvement Smile


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:External Library Compile fine... but will not run?
Next Topic:CDT Java Error
Goto Forum:
  


Current Time: Thu Apr 18 02:07:38 GMT 2024

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

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

Back to the top