src/gdb/gdbtk ChangeLog library/locals.tcl lib ...
<kseitz <at> sourceware.org>
2006-12-01 03:34:40 GMT
CVSROOT: /cvs/src
Module name: src
Changes by: kseitz <at> sourceware.org 2006-12-01 03:34:40
Modified files:
gdb/gdbtk : ChangeLog
gdb/gdbtk/library: locals.tcl watch.tcl
Log message:
insight/293:
* library/watch.tcl (no_inferior): Remove all varobjs and
clear the display.
(clear_file): Call no_inferior. Update comments.
* library/locals.tcl: Remove unused variables "Running"
and "Variables". Changed throughout.
(no_inferior): Delete the current frame and clear the display.
(clear_file): Call no_inferior. Update comments.
(context_switch): To delete an Itcl object, one uses
"delete object" not "destroy".
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.389&r2=1.390
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/locals.tcl.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/watch.tcl.diff?cvsroot=src&r1=1.10&r2=1.11