This is the mail archive of the gdb-cvs@sourceware.cygnus.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]

src/gdb ChangeLog win32-nat.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_0-2000-04-10-branch
Changes by:	cgf@sourceware.cygnus.com	00/04/20 21:33:50

Modified files:
	gdb            : ChangeLog win32-nat.c 

Log message:
	* win32-nat.c (thread_rec): Be more defensive about suspending already
	suspended threads.
	(safe_symbol_file_add_stub): New function.
	(safe_symbole_file_add_cleanup): New function.
	(safe_symbol_file_add): New function.
	(handle_load_dll): Use wrapper to add DLL symbol information to avoid bogus
	errors from non-stabs DLLs.
	(handle_exception): Add work around for detection of first exception breakpoint
	which does not seem to occur on W2K.  Detect more "signals" that can be
	effectively passed to the debuggee.  Reorganize to eliminate continue_status
	global.
	(child_continue): Reorganize to eliminate continue_status global.
	(child_wait): Ditto.
	(child_resume): Ditto.
	(get_child_debug_event): Ditto.  Recognize when an a breakpoint exception
	should be ignored.  Change method for signalling when an important event has
	occured to the caller.
	(child_create_inferior): Use new method for noticing when get_child_debug_event
	has found something interesting.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.255.2.24&r2=1.255.2.25
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/win32-nat.c.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.5&r2=1.5.2.1


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