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: debugging cygwin


Ken Senior wrote:

> Does anyone know where one might find a version of the latest
> cygwin1.dll which was compiled with the '-g' (debugging) option set?  
Everything you need is at <http://cygwin.com/snapshots/>.

You can't actually compile a cygwin.dll with the debugging information
in it, because of the section layout.  So the debug information is
created in a .dbg file, which you just place in the same directory as
the .dll.

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]