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 configure configure.in win32 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	00/06/02 22:04:14

Modified files:
	gdb            : ChangeLog configure configure.in win32-nat.c 

Log message:
	* win32-nat.c: Fix up gcc warnings throughout.
	(handle_load_dll): Change DLL name to lower case.
	(handle_exception): Add a second argument indicating whether a breakpoint
	should be ignored.  Return a 0 if the breakpoint was ignored.
	(get_child_debug_event): Pass argument to handle_exception to control whether a
	breakpoint should be ignored.
	(child_create_inferior): Use modern cygwin API.  Explicitly clear last_sig.
	Pass FIRST_EXCEPTION to get_child_debug_event for detection of first
	breakpoint.
	
	* configure.in: Eliminate unneeded WINDRES/DLLTOOL tests left over after last change.
	* configure: Regenerate.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.435&r2=1.436
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/configure.in.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/win32-nat.c.diff?cvsroot=src&r1=1.8&r2=1.9


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