This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb/gdbtk ChangeLog generic/gdbtk-hooks.c ...
- From: rosch at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 28 Mar 2012 13:09:13 -0000
- Subject: src/gdb/gdbtk ChangeLog generic/gdbtk-hooks.c ...
CVSROOT: /cvs/src
Module name: src
Changes by: rosch@sourceware.org 2012-03-28 13:09:13
Modified files:
gdb/gdbtk : ChangeLog
gdb/gdbtk/generic: gdbtk-hooks.c gdbtk.c
Log message:
* generic/gdbtk.c (gdbtk_init,tk_command): Replace deprecated access
to tcl interpreter result string with Tcl_GetStringResult().
* generic/gdbtk-hooks.c (gdbtk_read,gdbtk_readline,gdbtk_load_hash)
(gdbtk_query): Likewise.
(gdbtk_read): Simplified error handling in case "gdbtk_console_read"
fails. Some reformatting.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.466&r2=1.467
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-hooks.c.diff?cvsroot=src&r1=1.52&r2=1.53
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk.c.diff?cvsroot=src&r1=1.51&r2=1.52