This is the mail archive of the gdb-cvs@sources.redhat.com 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]

gdb ./ChangeLog ./win32-nat.c config/i386/tm-c ...


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Branch: 	gdb_5_1-2001-07-29-branch
Changes by:	cgf@sources.redhat.com	2001-10-11 21:32:28

Modified files:
	.              : ChangeLog win32-nat.c 
	config/i386    : tm-cygwin.h 

Log message:
	* config/i386/tm-cygwin.h: include tm-i386.h instead of tm-i386v.h.  This fixes
	errors in "long long" handling for 'finish' and 'return' commands.
	* win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared library if it
	has already been loaded.
	(safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see any
	error messages.
	(safe_symbol_file_add): Ditto.
	(solib_symbols_add): Make static.  Accept 'from_tty' parameter.  Pass it to
	safe_symbol_file_add.
	(core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
	(child_solib_add): Ditto.
	* win32-nat.c (handle_exception): Don't print "first chance" exceptions.
	(get_child_debug_event): Continue from exceptions if !handle_exception.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&only_with_tag=gdb_5_1-2001-07-29-branch&r1=1.1527.2.24&r2=1.1527.2.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/win32-nat.c.diff?cvsroot=uberbaum&only_with_tag=gdb_5_1-2001-07-29-branch&r1=1.27.4.1&r2=1.27.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/config/i386/tm-cygwin.h.diff?cvsroot=uberbaum&only_with_tag=gdb_5_1-2001-07-29-branch&r1=1.8&r2=1.8.4.1


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