This is the mail archive of the gdb-cvs@sourceware.org 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]
Other format: [Raw text]

src/gdb/gdbtk ChangeLog generic/gdbtk-register ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz@sourceware.org	2008-03-07 08:03:19

Modified files:
	gdb/gdbtk      : ChangeLog 
	gdb/gdbtk/generic: gdbtk-register.c gdbtk-stack.c 
	                   gdbtk-wrapper.c gdbtk-wrapper.h 

Log message:
	* generic/gdbtk-register.c (map_arg): New data type
	for passing arguments to mapping functions.
	(map_func): New definition of mapping function.
	Changed all callers to use these new types.
	* generic/gdbtk-stack.c (gdb_get_vars_command): Change
	cast to int to dereference of int *.
	* generic/gdbtk-wrapper.c: Change all casts to char * for
	results and args to use pointer or integer flavor of
	gdb_wrapper_args.results and .args.
	* generic/gdbtk-wrapper.h: struct gdb_wrapper_arguments
	members result and args now return a union of void * and int.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.402&r2=1.403
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-register.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-stack.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-wrapper.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-wrapper.h.diff?cvsroot=src&r1=1.9&r2=1.10


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