This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

src/gdb ChangeLog windows-nat.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	eliz@sourceware.org	2013-05-22 16:18:12

Modified files:
	gdb            : ChangeLog windows-nat.c 

Log message:
	Fix reporting of DLL unload events on MS-Windows.
	
	gdb/windows-nat.c (handle_unload_dll): Don't call solib_add for the
	unloaded DLL, it will be done by handle_solib_event.  See
	http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
	details.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15615&r2=1.15616
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/windows-nat.c.diff?cvsroot=src&r1=1.250&r2=1.251


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