OSDN Git Service

2001-01-04 Fernando Nasser <fnasser@totem.toronto.redhat.com>
authorfnasser <fnasser>
Thu, 4 Jan 2001 16:36:47 +0000 (16:36 +0000)
committerfnasser <fnasser>
Thu, 4 Jan 2001 16:36:47 +0000 (16:36 +0000)
commitbdebe4e64f436531262334f1181a9d590d4a8e36
tree2106cbd2710104b7a1141d3eeb6eb3927d4a7c8f
parent221745e7cd3870f125bbd720fad2a0307ade5567
2001-01-04  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/interface.tcl (gdbtk_connect): New proc. Connects to ai
 remote target (code previously at library/gdbmenubar.itcl).
(disconnect): Rename to...
(gdbtk_disconnect): New name for proc disconnect.
* library/gdbmenubar.itcl (do_connect): Remove the code mentioned
above and call the new interface proc gdbtk_connect.
Also, call ::update idletasks after changing the state of the
menu entries.
(do_detach): Call gdbtk_disconnect, not ::disconnect (old name).
(do_disconnect): Call gdbtk_disconnect, not disconnect (old name).
gdb/gdbtk/ChangeLog
gdb/gdbtk/library/interface.tcl