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-cmds.c g ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz@sourceware.org	2008-07-14 23:43:36

Modified files:
	gdb/gdbtk      : ChangeLog 
	gdb/gdbtk/generic: gdbtk-cmds.c gdbtk-hooks.c gdbtk-stack.c 
	                   gdbtk-varobj.c gdbtk-wrapper.c 
	                   gdbtk-wrapper.h gdbtk.h 
	gdb/gdbtk/library: targetselection.itb 

Log message:
	* generic/gdbtk-stack.c (gdb_block_args): Remove deprecated values
	LOC_LOCAL_ARG, LOC_COMPUTED_ARG, LOC_REGPARM, LOC_BASEARG_ARG, and
	LOC_BASEARG.
	(gdb_get_blocks): Likewise.
	(gdb_get_vars_command): Likewise.
	Fix type-punned pointer error introduced on 03-07.
	
	* generic/gdbtk-cmds.c (gdbtk_load_asm): Use paddress instead
	of deprecated_print_address_numeric.
	(gdb_stop): Update use of target_stop.
	
	* generic/gdbtk.h (gdbtk_get_ptid): Declare new function.
	* generic/gdbtk-hooks.c (gdbtk_wait): Save inferior's ptid.
	(gdbtk_get_ptid): Define new function.
	* generic/gdbtk-varobj.c (variable_update): Update for recent
	varobj_update API change.
	* generic/gdbtk-wrapper.h (GDB_varobj_update): Likewise.
	* generic/gdbtk-wrapper.c (GDB_varobj_update): Likewise.
	(wrap_varobj_update): Likewise.
	
	* library/targetselection.itb (init_target_db): Initialize
	preferences here instead of ...
	(_init): ... here.
	(_init_prefs): Define gdb/load/default-portname, too.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.407&r2=1.408
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-cmds.c.diff?cvsroot=src&r1=1.100&r2=1.101
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-hooks.c.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-stack.c.diff?cvsroot=src&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-varobj.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-wrapper.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-wrapper.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/targetselection.itb.diff?cvsroot=src&r1=1.22&r2=1.23


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