public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* GDB and Windows DLLS
@ 1999-12-03 11:29 Boyer, Galen
  1999-12-03 11:57 ` Chris Faylor
  1999-12-31 13:28 ` Boyer, Galen
  0 siblings, 2 replies; 4+ messages in thread
From: Boyer, Galen @ 1999-12-03 11:29 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GDB and Windows DLLS
  1999-12-03 11:29 GDB and Windows DLLS Boyer, Galen
@ 1999-12-03 11:57 ` Chris Faylor
  1999-12-31 13:28   ` Chris Faylor
  1999-12-31 13:28 ` Boyer, Galen
  1 sibling, 1 reply; 4+ messages in thread
From: Chris Faylor @ 1999-12-03 11:57 UTC (permalink / raw)
  To: Boyer, Galen; +Cc: cygwin

On Fri, Dec 03, 1999 at 02:29:17PM -0500, Boyer,Galen wrote:
>[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
>
>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?

These are just warnings.  There is no symbol information in either of these
dlls so gdb reports that.  It will not hinder you from using symbols in the
rest of your program or in DLLs that were created using gcc (i.e., binaries
containing STABS information that gdb recognizes).

cgf

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* GDB and Windows DLLS
  1999-12-03 11:29 GDB and Windows DLLS Boyer, Galen
  1999-12-03 11:57 ` Chris Faylor
@ 1999-12-31 13:28 ` Boyer, Galen
  1 sibling, 0 replies; 4+ messages in thread
From: Boyer, Galen @ 1999-12-31 13:28 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GDB and Windows DLLS
  1999-12-03 11:57 ` Chris Faylor
@ 1999-12-31 13:28   ` Chris Faylor
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Faylor @ 1999-12-31 13:28 UTC (permalink / raw)
  To: Boyer, Galen; +Cc: cygwin

On Fri, Dec 03, 1999 at 02:29:17PM -0500, Boyer,Galen wrote:
>[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
>
>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?

These are just warnings.  There is no symbol information in either of these
dlls so gdb reports that.  It will not hinder you from using symbols in the
rest of your program or in DLLs that were created using gcc (i.e., binaries
containing STABS information that gdb recognizes).

cgf

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-31 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-03 11:29 GDB and Windows DLLS Boyer, Galen
1999-12-03 11:57 ` Chris Faylor
1999-12-31 13:28   ` Chris Faylor
1999-12-31 13:28 ` Boyer, Galen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).