src/gdb/gdbtk/library ChangeLog variables.tcl
fnasser@sourceware.cygnus.com
fnasser@sourceware.cygnus.com
Thu Mar 30 14:14:00 GMT 2000
CVSROOT: /cvs/src
Module name: src
Changes by: fnasser@sourceware.cygnus.com 00/03/30 14:14:25
Modified files:
gdb/gdbtk/library: ChangeLog variables.tcl
Log message:
2000-03-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
* variables.tcl (edit): Remove call to close, which caused editing
of variables to fail.
Note: I don't know why we would need to do this here as it seems
that the "delete entry" operation will do that.
Perhaps this was to account to some old widget bug.
But we cannot call close here because it calls UnEdit,
which unsets some of the edit state.
(open): Make sure to abort any ongoing edit. This was causing problems
when someone tried to expand an structure while editing its pointer.
Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ChangeLog.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/variables.tcl.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
More information about the Gdb-cvs
mailing list