This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extracting Debug (meta data) from executable images?


Siegfried Heintze wrote:

> I looked in c:\cygwin\usr\doc\ELFIO and there is a nice PDF file that refers
> to the examples directory. Where is this examples directory?
> 
> What is the relationship between stabs and ELF?

ELF is a file format for objects and executables that is used on linux
and other *nixes.  It is not used on windows, which uses PE/coff. 
Trying to run elfdump on a windows binary will never work.

Brian


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]