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 with cygwin tools


Doug Coleman wrote:

> Here is 'info files' in gdb.  There have been other posts about the same
> problem, but no resolution afaik:
> http://cygwin.com/ml/cygwin/2007-03/msg00182.html

Yes, same problem.

> $ gdb ./factor-nt
> GNU gdb 6.5.50.20060706-cvs (cygwin-special)
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i686-pc-cygwin"...
> (gdb) info files
> Symbols from "/cygdrive/k/factor/factor-nt.exe".
> Local exec file:
>         `/cygdrive/k/factor/factor-nt.exe', file type pei-i386.
>         Entry point: 0x401280
>         0x00401000 - 0x004017b8 is .text
>         0x00402000 - 0x00402030 is .data
>         0x00403000 - 0x00403040 is .rdata
>         0x00404000 - 0x00404380 is .bss
>         0x00405000 - 0x0040509b is .edata
>         0x00406000 - 0x0040631c is .idata
>         0x00407000 - 0x0041dd04 is .rsrc
>         0x0041e000 - 0x0041e094 is .reloc
> (gdb) run

Definitely something is very wrong, it doesn't show any of the dll.

My only guess, by the 0x77d41000 address, is that one of the Windows dll can't
be loaded... don't know how to fix it.

Same probem has been reported in MingW:

https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1500271&group_id=2435

the most recent message (2 months ago) even mentions a patch, but its not there.
-- 
Renà Berber


--
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]