This is the mail archive of the cygwin@sourceware.cygnus.com 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]

GDB and Windows DLLS


I am trying to get gdb working with cygnus.  My C program is a simple hello
world and I want to play with the debugging functionality.  Here is my
output when I execute the "run" from gdb.

----------------------------------------------------------------------------
--------------------------
Starting program: //d/Data/hello.exe 
61000000://D/cygnus/cygwin-b20/H-i586-cygwin32/bin/cygwin1.dll

[failed reading symbols from DLL]
"/WINNT/system32/advapi32.dll": error reading line numbers


[failed reading symbols from DLL]
"/WINNT/system32/KERNEL32.dll": error reading line numbers

77e70000:/WINNT/system32/USER32.dll
77ed0000:/WINNT/system32/GDI32.dll
77e10000:/WINNT/system32/RPCRT4.dll
77bf0000:/WINNT/System32/rpcltc1.dll
HELLO WORLD
----------------------------------------------------------------------------
--------------------------

I am unsure about the two dll errors from reading the winnt directory dlls,
advapi32.dll and KERNEL32.dll.  Both those files exist on my machine.  Is
there something about the version of my machine that is different than what
cygnus would support?  I am running windows NT workstation with windows
version 4.  Do I need to download a compatible version of these dlls from
somewhere?

Galen Boyer
Primix Solutions
One Arsenal Marketplace
Watertown MA, 02472


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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