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 defs.h event-top.c infcmd.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	msnyder@sourceware.cygnus.com	00/03/30 10:54:28

Modified files:
	gdb            : ChangeLog defs.h event-top.c infcmd.c 
	                 breakpoint.c utils.c 

Log message:
	2000-03-30  Michael Snyder  <msnyder@cleaver.cygnus.com>
	
	* defs.h (struct continuation_arg): make 'data' a union, to avoid
	casting problems when int and pointer are not the  same size.
	* event-top.c (command_handler): use data as a union.
	(command_line_handler_continuation): ditto.
	* infcmd.c (step_1_continuation): use data as a union.  Re-indent.
	(step_once): ditto.  (finish_command_continuation): ditto.
	(finish_command): ditto.
	* breakpoint.c (until_break_command): use data as a union.
	(until_break_command_continuation): ditto.
	* utils.c (add_intermediate_continuation): fix typo in comment.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.208&r2=1.209
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/event-top.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&r1=1.5&r2=1.6


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