public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Updated: gdb-20010428-2
       [not found] <20011019183348.A15756@redhat.com>
@ 2001-10-19 16:53 ` Gerrit P. Haase
  2001-10-19 17:26   ` Christopher Faylor
  0 siblings, 1 reply; 12+ messages in thread
From: Gerrit P. Haase @ 2001-10-19 16:53 UTC (permalink / raw)
  To: Christopher Faylor

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:

$ gdb -nw mktemp.exe
GNU gdb 5.0 (20010428-1)
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) break main
Breakpoint 1 at 0x4011f0: file mktemp.c, line 85.
(gdb) run
Starting program: /stuff/utils/mktemp-1.3.1/mktemp.exe 
/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.

Breakpoint 1, main (argc=1, argv=0xa0133a8) at mktemp.c:85
85              char *cp, *template, *prefix = _PATH_TMP;
(gdb) 

My Path is:
/cygdrive/c/WINNT/system32/ not /cygdrive/c/winnt/system32/

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

And the .dll's have also other cases:
/cygdrive/c/WINNT/system32/RPCLTC1.DLL
/cygdrive/c/WINNT/system32/KERNEL32.DLL
/cygdrive/c/WINNT/system32/GDI32.DLL

...

No more fun with check_case:strict?

Gerrit


-- 
=^..^=

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

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

* Re: Updated: gdb-20010428-2
  2001-10-19 16:53 ` Updated: gdb-20010428-2 Gerrit P. Haase
@ 2001-10-19 17:26   ` Christopher Faylor
  2001-10-19 18:16     ` Christopher Faylor
  2001-10-20 14:45     ` Gerrit P. Haase
  0 siblings, 2 replies; 12+ messages in thread
From: Christopher Faylor @ 2001-10-19 17:26 UTC (permalink / raw)
  To: cygwin

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.

Btw, you realize that CYGWIN=check_case:strict is likely to cause
a real drag on cygwin performance, right?

cgf

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

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

* Re: Updated: gdb-20010428-2
  2001-10-19 17:26   ` Christopher Faylor
@ 2001-10-19 18:16     ` Christopher Faylor
  2001-10-25 19:06       ` Gerrit P. Haase
  2001-10-20 14:45     ` Gerrit P. Haase
  1 sibling, 1 reply; 12+ messages in thread
From: Christopher Faylor @ 2001-10-19 18:16 UTC (permalink / raw)
  To: cygwin

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.

cgf

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

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

* Re: Updated: gdb-20010428-2
  2001-10-19 17:26   ` Christopher Faylor
  2001-10-19 18:16     ` Christopher Faylor
@ 2001-10-20 14:45     ` Gerrit P. Haase
       [not found]       ` <20011020233020.A835615@TONY>
  1 sibling, 1 reply; 12+ messages in thread
From: Gerrit P. Haase @ 2001-10-20 14:45 UTC (permalink / raw)
  To: Christopher Faylor

Guten Tag Christopher Faylor,

Am 2001-10-20 um 02:27 schrieben Sie:

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

> Btw, you realize that CYGWIN=check_case:strict is likely to cause
> a real drag on cygwin performance, right?

I have serious problems here with the performance of my box, I suggest
check_case:strict was one part in the puzzle to increase it.
The box at my bureau is about two or three times faster mainly when
running e.g. configure.  I suggest a problem with harddisk IO or s.th.
related.

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/

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

* Re: Updated: gdb-20010428-2
       [not found]       ` <20011020233020.A835615@TONY>
@ 2001-10-20 23:58         ` Gerrit P. Haase
  2001-10-21  0:28         ` Gerrit P. Haase
  1 sibling, 0 replies; 12+ messages in thread
From: Gerrit P. Haase @ 2001-10-20 23:58 UTC (permalink / raw)
  To: tony.arnold; +Cc: cygwin

Guten Tag tony.arnold@man.ac.uk,

Am 2001-10-21 um 00:30 schriebst du:

> Gerrit,

> On Sat, Oct 20, 2001 at 11:46:13PM +0200, Gerrit P. Haase wrote:

>> running e.g. configure.  I suggest a problem with harddisk IO or s.th.
>                                                                    ^^^^

> Forgive my ignorance, but I've seen the above s.th used quite a bit but
> I haven't a clue what it means! Could you enlighten me please?

Since my two harddisks (34GB together) are complete full (about 4GB
free space ar five partitions), I suggest it might be a problem
because I never defragmented it a whole year long now.  I didn't found
a free defragmenter for my 'Loreley', which is my box at home.  I
found a defrag tool for my WS, but this tool refuses to work on NT
Server (got a server, you can pay...).

So it is s.th. hardisk IO related.  I excluded several other causes
with little registry fixes which always speeds up everything a little,
but it is still three times slower as my box in the office.

Anyone is aware of good defrag tool for NT4.0 Server?

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/

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

* Re: Updated: gdb-20010428-2
       [not found]       ` <20011020233020.A835615@TONY>
  2001-10-20 23:58         ` Gerrit P. Haase
@ 2001-10-21  0:28         ` Gerrit P. Haase
  1 sibling, 0 replies; 12+ messages in thread
From: Gerrit P. Haase @ 2001-10-21  0:28 UTC (permalink / raw)
  To: tony.arnold; +Cc: cygwin

Guten Tag tony.arnold@man.ac.uk,

Am 2001-10-21 um 00:30 schrieben Sie:

> Gerrit,

> On Sat, Oct 20, 2001 at 11:46:13PM +0200, Gerrit P. Haase wrote:

>> running e.g. configure.  I suggest a problem with harddisk IO or s.th.
>                                                                    ^^^^

> Forgive my ignorance, but I've seen the above s.th used quite a bit but
> I haven't a clue what it means! Could you enlighten me please?

Sorry, I read this mail a second time now...
Did you ask for the long version of s.th.? --->>> s.ome.th.ing.
Is there a usual way to write it shorter? Maybe 'STH'?


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/

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

* Re: Updated: gdb-20010428-2
  2001-10-19 18:16     ` Christopher Faylor
@ 2001-10-25 19:06       ` Gerrit P. Haase
  2001-10-25 19:12         ` Christopher Faylor
  0 siblings, 1 reply; 12+ messages in thread
From: Gerrit P. Haase @ 2001-10-25 19:06 UTC (permalink / raw)
  To: Christopher Faylor

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/

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

* Re: Updated: gdb-20010428-2
  2001-10-25 19:06       ` Gerrit P. Haase
@ 2001-10-25 19:12         ` Christopher Faylor
  2001-10-25 22:32           ` Gerrit P. Haase
  0 siblings, 1 reply; 12+ messages in thread
From: Christopher Faylor @ 2001-10-25 19:12 UTC (permalink / raw)
  To: cygwin

On Fri, Oct 26, 2001 at 02:08:27AM +0200, Gerrit P. Haase wrote:
>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.

I don't know how to fix this.  I'm not randomly inserting capitalization
here.

If the filenames returned by the
system don't match the actual filenames in the system then I'm
not going to go out of my way to figure them out.  I don't even
know *how* I'd figure them out.

cgf

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

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

* Re: Updated: gdb-20010428-2
  2001-10-25 19:12         ` Christopher Faylor
@ 2001-10-25 22:32           ` Gerrit P. Haase
  0 siblings, 0 replies; 12+ messages in thread
From: Gerrit P. Haase @ 2001-10-25 22:32 UTC (permalink / raw)
  To: Christopher Faylor

Hallo Christopher,

Am 2001-10-26 um 04:13 schriebst du:
[...]
>>>>>>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?

[...]

>>/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.

[...]

> I don't know how to fix this.  I'm not randomly inserting capitalization
> here.

> If the filenames returned by the
> system don't match the actual filenames in the system then I'm
> not going to go out of my way to figure them out.  I don't even
> know *how* I'd figure them out.

Really strange this *kind* of a system...

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/

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

* RE: Updated: gdb-20010428-2
@ 2001-10-29  2:20 Schaible, Jorg
  0 siblings, 0 replies; 12+ messages in thread
From: Schaible, Jorg @ 2001-10-29  2:20 UTC (permalink / raw)
  To: cygwin

Hi Chris,

>>Windows is really a crap.
>
>Oh yes.  That's right.  I think I even resisted this patch, 
>mainly because
>I could not believe that Windows was really that stupid.
>
>I have a hard time with the idea that I have to add 
>Windows-specific code
>to gdb at this point.  I had an ITS (In The Shower) experience 
>today and
>realized that, of course, I could use the FindFirstFile technique to
>get the right filename and your email confirms that.
>
>This is a really hard change to make, though.  It will be like 
>typing in
>molasses getting this patch into gdb.  It just feels so wrong.

It does. Couldn't you just ignore the settings for check_case loading the
DLL's in GDB? It seems, that the problems only arises when simulating
Windows internal file operations. Windows does not take care of the case
anyway, so why should Cygwin? The check_case is "just" for ported Unix apps
that do not know of this Windows internal behaviour. They may only use the
functionality (loading a depending DLL) as service out-of-the-box, GDB is
therefore just an exception.

Regards,
Jorg

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

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

* Re: Updated: gdb-20010428-2
  2001-10-26  0:45 Schaible, Jorg
@ 2001-10-26  8:40 ` Christopher Faylor
  0 siblings, 0 replies; 12+ messages in thread
From: Christopher Faylor @ 2001-10-26  8:40 UTC (permalink / raw)
  To: cygwin

On Fri, Oct 26, 2001 at 09:44:44AM +0200, Schaible, Jorg wrote:
>Hi Chris,
>
>>I don't know how to fix this.  I'm not randomly inserting 
>>capitalization
>>here.
>>
>>If the filenames returned by the
>>system don't match the actual filenames in the system then I'm
>>not going to go out of my way to figure them out.  I don't even
>>know *how* I'd figure them out.
>
>remember my cygpath patch for -S? I'd actually requested the directory a
>second time to get the right orthography.
>
> http://www.cygwin.com/ml/cygwin/2001-08/msg00238.html
>
>Windows is really a crap.

Oh yes.  That's right.  I think I even resisted this patch, mainly because
I could not believe that Windows was really that stupid.

I have a hard time with the idea that I have to add Windows-specific code
to gdb at this point.  I had an ITS (In The Shower) experience today and
realized that, of course, I could use the FindFirstFile technique to
get the right filename and your email confirms that.

This is a really hard change to make, though.  It will be like typing in
molasses getting this patch into gdb.  It just feels so wrong.

cgf

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

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

* RE: Updated: gdb-20010428-2
@ 2001-10-26  0:45 Schaible, Jorg
  2001-10-26  8:40 ` Christopher Faylor
  0 siblings, 1 reply; 12+ messages in thread
From: Schaible, Jorg @ 2001-10-26  0:45 UTC (permalink / raw)
  To: cygwin

Hi Chris,

>I don't know how to fix this.  I'm not randomly inserting 
>capitalization
>here.
>
>If the filenames returned by the
>system don't match the actual filenames in the system then I'm
>not going to go out of my way to figure them out.  I don't even
>know *how* I'd figure them out.

remember my cygpath patch for -S? I'd actually requested the directory a
second time to get the right orthography.

http://www.cygwin.com/ml/cygwin/2001-08/msg00238.html

Windows is really a crap.

Jorg

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

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

end of thread, other threads:[~2001-10-29  2:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011019183348.A15756@redhat.com>
2001-10-19 16:53 ` Updated: gdb-20010428-2 Gerrit P. Haase
2001-10-19 17:26   ` Christopher Faylor
2001-10-19 18:16     ` Christopher Faylor
2001-10-25 19:06       ` Gerrit P. Haase
2001-10-25 19:12         ` Christopher Faylor
2001-10-25 22:32           ` Gerrit P. Haase
2001-10-20 14:45     ` Gerrit P. Haase
     [not found]       ` <20011020233020.A835615@TONY>
2001-10-20 23:58         ` Gerrit P. Haase
2001-10-21  0:28         ` Gerrit P. Haase
2001-10-26  0:45 Schaible, Jorg
2001-10-26  8:40 ` Christopher Faylor
2001-10-29  2:20 Schaible, Jorg

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).