OSDN Git Service

* library/interface.tcl (gdbtk_tcl_file_changed): Handle
authorkseitz <kseitz>
Tue, 22 May 2001 18:24:17 +0000 (18:24 +0000)
committerkseitz <kseitz>
Tue, 22 May 2001 18:24:17 +0000 (18:24 +0000)
commitb49bb082d82a6be969be89a0169401c7cc64ab2f
treeb98038e544ac95f4451fa575afb1cd9d14ff7fc9
parent7917f0892f219d8e2bbca8833bbe17f8581c47f4
* library/interface.tcl (gdbtk_tcl_file_changed): Handle
the case of empty-string files, sent by gdb when the
user requests to reset the file.
(_close_file): New proc to deal with closing an exe.
* library/srcbar.itcl (create_file_menu): Add "Close" menu
option.
(create_view_menu): Change key binding for Watch Window to
Ctrl+T to accomodate "Close" going to Ctrl+W.
* library/srctextwin.itb (config_win): Update key binding
for Watch Window.
Add key binding for Close.
(do_key): Add "close".
(_clear_cache): Finally implement. I think this works now.
gdb/gdbtk/ChangeLog
gdb/gdbtk/library/interface.tcl
gdb/gdbtk/library/srcbar.itcl
gdb/gdbtk/library/srctextwin.itb