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:	rosch@sourceware.org	2012-03-30 07:36:10

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

Log message:
	* generic/gdbtk-register.c: Updated Copyright year to 2001-2012.
	(get_register_types): Cast result of TYPE_FIELD_TYPE to size_t
	instead of long.
	(gdb_regformat): on windows 64bit use strtoll instead of strtol.
	* generic/gdbtk-stack.c: Updated Copyright year to 2001-2012.
	(gdb_get_vars_command): Don't cast clientData to long. Here
	checking of non NULL clientData is enough.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.470&r2=1.471
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-register.c.diff?cvsroot=src&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-stack.c.diff?cvsroot=src&r1=1.38&r2=1.39


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