aboutsummaryrefslogtreecommitdiff
path: root/gdb/win32-nat.c
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-10-20 05:11:41 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-10-20 05:11:41 +0000
commit83413c558cdca7744ef4dcdff82678a5ea3e31c0 (patch)
tree5ad19d4d928e05dcd857ee3f87813e9cad4d4300 /gdb/win32-nat.c
parent457174f64589daa9de82ec30b109e69b1e28ce3b (diff)
downloadgdb-83413c558cdca7744ef4dcdff82678a5ea3e31c0.zip
gdb-83413c558cdca7744ef4dcdff82678a5ea3e31c0.tar.gz
gdb-83413c558cdca7744ef4dcdff82678a5ea3e31c0.tar.bz2
* win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin may not
be able to read them in certain situations.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r--gdb/win32-nat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c
index 7f5310e..fab5d03 100644
--- a/gdb/win32-nat.c
+++ b/gdb/win32-nat.c
@@ -600,8 +600,6 @@ handle_load_dll (void *dummy ATTRIBUTE_UNUSED)
if (!dll_name)
return 1;
- (void) strlwr (dll_name);
-
while ((p = strchr (dll_name, '\\')))
*p = '/';