gdb ./ChangeLog ./win32-nat.c config/i386/tm-c ...
cgf@sourceware.cygnus.com
cgf@sourceware.cygnus.com
Thu Oct 11 21:32:00 GMT 2001
CVSROOT: /cvs/uberbaum
Module name: gdb
Changes by: cgf@sources.redhat.com 2001-10-11 21:32:17
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&r1=1.1640&r2=1.1641
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/win32-nat.c.diff?cvsroot=uberbaum&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/config/i386/tm-cygwin.h.diff?cvsroot=uberbaum&r1=1.8&r2=1.9
More information about the Gdb-cvs
mailing list