This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
gdb ChangeLog win32-nat.c
- To: gdb-cvs at sourceware dot cygnus dot com
- Subject: gdb ChangeLog win32-nat.c
- From: cgf at sourceware dot cygnus dot com
- Date: 31 Oct 2001 19:05:36 -0000
CVSROOT: /cvs/uberbaum
Module name: gdb
Changes by: cgf@sources.redhat.com 2001-10-31 11:05:36
Modified files:
. : ChangeLog win32-nat.c
Log message:
* win32-nat.c (register_loaded_dll): Attempt to ensure that the case of the
loaded DLL matches the on-disk case since the debugging API does not seem to
ensure this. Calculate max name length here.
(handle_load_dll): Move max name length calculation to register_loaded_dll.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.1694&r2=1.1695
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/win32-nat.c.diff?cvsroot=uberbaum&r1=1.34&r2=1.35