This is the mail archive of the cygwin-cvs@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]
Other format: [Raw text]

winsup/utils ChangeLog Makefile.in ldd.cc


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2009-03-18 04:19:05

Modified files:
	utils          : ChangeLog Makefile.in ldd.cc 

Log message:
	* ldd.cc (load_dll): Start helper program rather than ldd.exe.
	(set_entry_point_break): Rename from get_entry_point.
	(print_dlls): Rename from print_dlls_and_kill_inferior.  Avoid printing
	specific dll name if we're looking at a dll.
	(report): Always dump dlls on process exit.  Don't allow thread creation.
	Accommodate get_entry_point rename.
	(start_process): Start process with DEBUG_ONLY_THIS_PROCESS.
	(longopts): Eliminate "dll" option.
	(main): Ditto.
	* ldd.cc: Use wide character Win32 paths throughout.
	(load_dll): Fix size expression (add fn) in realloc.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/ChangeLog.diff?cvsroot=uberbaum&r1=1.456&r2=1.457
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/Makefile.in.diff?cvsroot=uberbaum&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/ldd.cc.diff?cvsroot=uberbaum&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]