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

Re: Updated: gdb-20010428-2


Hallo Christopher,

Am 2001-10-20 um 03:17 schriebst du:

> On Fri, Oct 19, 2001 at 08:27:21PM -0400, Christopher Faylor wrote:
>>On Sat, Oct 20, 2001 at 01:39:32AM +0200, Gerrit P. Haase wrote:
>>>Christopher Faylor schrieb am 2001-10-19, 18:33:
>>>
>>>>I've made a new version of gdb/insight available.
>>>
>>>It doesn't work if you have set CYGWIN=check_case:strict:
>>
>>Ok.  I'll fix this.  I hated seeing all of the upper case DLL names
>>provided by Windows 95 but it if breaks strict case checking then
>>I guess I'll have to live with this.

> I've uploaded a gdb-20010428-3 which removes a strlwr from gdb, so
> now you get to see all of the dlls in their strangely cased glory.

> I hope this fixes the strict case checking problem.

It seems to be that I'm the only one using check_case:strict?
Or is my NT which is messed up?

$ set | grep CYGWIN
CYGWIN=$'ntsec binmode tty nowinsymlinks notitle check_case:strict'

$ gdb -nw wwwoffled
GNU gdb 5.0 (20010428-3)
Copyright 2001 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) run -c /var/spool/wwwoffle/wwwoffle.conf
Starting program: /usr/local/sbin/wwwoffled.exe -c /var/spool/wwwoffle/wwwoffle.conf
/cygdrive/c/WINNT/system32/KERNEL32.dll: No such file or directory.
/cygdrive/c/WINNT/System32/advapi32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/USER32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/GDI32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/RPCRT4.dll: No such file or directory.
/cygdrive/c/WINNT/System32/rpcltc1.dll: No such file or directory.
/cygdrive/c/WINNT/System32/netapi32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/MSVCRT.dll: No such file or directory.
/cygdrive/c/WINNT/system32/NETRAP.dll: No such file or directory.
/cygdrive/c/WINNT/system32/SAMLIB.dll: No such file or directory.
/cygdrive/c/WINNT/System32/wsock32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/WS2_32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/WS2HELP.dll: No such file or directory.
/cygdrive/c/WINNT/System32/rnr20.dll: No such file or directory.
/cygdrive/c/WINNT/System32/rasadhlp.dll: No such file or directory.
wwwoffled[378] Important: WWWOFFLE Demon Version 2.6d (with zlib,without ipv6) started.
/cygdrive/c/WINNT/system32/msafd.dll: No such file or directory.
/cygdrive/c/WINNT/System32/wshtcpip.dll: No such file or directory.

$ ls /cygdrive/c/WINNT/system32/KERNEL32.dll
ls: /cygdrive/c/WINNT/system32/KERNEL32.dll: No such file or directory

$ ls /cygdrive/c/WINNT/system32/KERNEL32.DLL
/cygdrive/c/WINNT/system32/KERNEL32.DLL*

If I run gdb with:
$ set | grep CYGWIN
CYGWIN=$'ntsec binmode tty nowinsymlinks notitle '

I get this one here:
$ gdb -nw wwwoffled
GNU gdb 5.0 (20010428-3)
Copyright 2001 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) run -c /var/spool/wwwoffle/wwwoffle.conf
Starting program: /usr/local/sbin/wwwoffled.exe -c /var/spool/wwwoffle/wwwoffle.conf
"/cygdrive/c/WINNT/system32/KERNEL32.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/advapi32.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/NETRAP.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/SAMLIB.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/WS2_32.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/WS2HELP.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/rnr20.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/rasadhlp.dll": error reading line numbers

wwwoffled[317] Important: WWWOFFLE Demon Version 2.6d (with zlib,without ipv6) started.
"/cygdrive/c/WINNT/system32/msafd.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/wshtcpip.dll": error reading line numbers


Program exited normally.
(gdb) quit

Ciao,

Gerrit P. Haase                            mailto:gp@familiehaase.de
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]